"Configfile does not exist" Ausgabe optimiert

This commit is contained in:
Czechman 2023-01-11 22:34:24 +01:00
parent ff37c267ea
commit cebd24cdd6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ apk add -U curl
configfile="/etc/traefik/config.env" configfile="/etc/traefik/config.env"
if [ ! -r "$configfile" ]; then if [ ! -r "$configfile" ]; then
echo "$configfile does not exist or isn't readable" echo "Configfile: $configfile does not exist or isn't readable"
exit 1 exit 1
fi fi