Update 90-config_yaml.sh

This commit is contained in:
Alexandre
2023-10-11 21:12:33 +02:00
committed by GitHub
parent 86af7c85ac
commit cb754f0a57

View File

@@ -8,7 +8,7 @@ set -e
################## ##################
# Exit if /config is not mounted # Exit if /config is not mounted
if [ ! -f /config/configuration.* ] || [ ! -d /config/.storage ]; then if [ ! -f /config/configuration.yaml ] || [ ! -d /config/.storage ]; then
exit 0 exit 0
fi fi