mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-11 21:05:21 +01:00
fixed output of config location
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user