From df01c57c2efa39017e3881252c2abf6145f94dec Mon Sep 17 00:00:00 2001 From: Alban Vidal Date: Sun, 25 Nov 2018 21:20:35 +0100 Subject: [PATCH] Update auto_config.sh --- auto_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_config.sh b/auto_config.sh index 1992eca..716909e 100755 --- a/auto_config.sh +++ b/auto_config.sh @@ -38,7 +38,7 @@ GIT_DIR="$(realpath ${0%/*})" # Conf file path CONF_FILE="$GIT_DIR/conf" -# Used if parameter id is required - Do not edit +# Used if parameter is required - Do not edit RELOAD_PARAMATER=false ################################################################################