From 0082c6ddc77dcc2106593608c94dbf46c74b2c8b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:02:37 +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 1d94a0746..13aa9813c 100755 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -66,7 +66,7 @@ sed -i '/^ /d' /tempenv sed -i '/^$/d' /tempenv # Exit if empty -if ! -s /tempenv; then +if [ ! -s /tempenv ]; then exit 0 fi