From c728c2d7d3bf39b4f74768c442c1f2e8cd97695f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 17:56:34 +0100 Subject: [PATCH] Fix default config --- sbin/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/entrypoint.sh b/sbin/entrypoint.sh index fb520e8..7dc93b6 100755 --- a/sbin/entrypoint.sh +++ b/sbin/entrypoint.sh @@ -44,8 +44,8 @@ setup_app_ini() { echo "-----> Using crudini to setup configuration" - crudini --set "$app_ini" APP_NAME "${APP_NAME}" - crudini --set "$app_ini" RUN_MODE "${RUN_MODE}" + crudini --set "$app_ini" '' APP_NAME "${APP_NAME}" + crudini --set "$app_ini" '' RUN_MODE "${RUN_MODE}" crudini --del "$app_ini" database PATH crudini --set "$app_ini" database DB_TYPE mysql