Change first instance to _

This commit is contained in:
Alexandre
2024-10-11 16:56:40 +02:00
committed by GitHub
parent ce5b50c828
commit 3c79ea8f67

View File

@@ -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