From cb754f0a57c2832c0872793a72d9d546819a2f4a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:12:33 +0200 Subject: [PATCH] Update 90-config_yaml.sh --- .templates/90-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index 171647ff0..94906d4a6 100755 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -8,7 +8,7 @@ set -e ################## # 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 fi