]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fixed output of config location
authorLukas Schauer <lukas@schauer.so>
Tue, 8 Dec 2015 15:54:34 +0000 (16:54 +0100)
committerLukas Schauer <lukas@schauer.so>
Tue, 8 Dec 2015 15:54:34 +0000 (16:54 +0100)
letsencrypt.sh

index ef1047234f051cfd710c70179480e059af30bb25..7b275aafa83b2b6795785c712ea4738df0e5d076 100755 (executable)
@@ -34,7 +34,7 @@ if [[ -z "${CONFIG}" ]]; then
   echo "WARNING: No config file found, using default config!"
   sleep 2
 else
-  echo "Using config file ${check_config}"
+  echo "Using config file ${CONFIG}"
   # shellcheck disable=SC1090
   . "${CONFIG}"
 fi