From 3c79ea8f679956d02e2e37328faefb9147f43f8f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:56:40 +0200 Subject: [PATCH] Change first instance to _ --- .templates/01-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 4dbfd92c8..e302258bd 100755 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -13,7 +13,7 @@ if [ ! -d /config ]; then fi # Define slug -slug="${HOSTNAME//-/_}" +slug="${HOSTNAME/-/_}" # Check type of config folder if [ ! -f /config/configuration.yaml ] && [ ! -f /config/configuration.json ]; then