"Configfile does not exist" Ausgabe optimiert
This commit is contained in:
parent
ff37c267ea
commit
cebd24cdd6
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue