fixed output of config location

This commit is contained in:
Lukas Schauer
2015-12-08 16:54:34 +01:00
parent 0972918605
commit 43b00611b1

View File

@@ -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