From 4fde25c74b47a425b3b5e44fb278121e5ce14a54 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Jan 2024 07:47:58 +0100 Subject: [PATCH] Update ha_lsio.sh --- .templates/ha_lsio.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.templates/ha_lsio.sh b/.templates/ha_lsio.sh index 73354dcc1..c23b72aaa 100755 --- a/.templates/ha_lsio.sh +++ b/.templates/ha_lsio.sh @@ -7,8 +7,7 @@ set -e ############################# # Set variable -CONFIGLOCATION="$1" -CONFIGLOCATION="${CONFIGLOCATION:-/config}" +CONFIGLOCATION="${1:-/config}" echo "Setting config to $CONFIGLOCATION" # Avoid custom-init.d duplications