From 713bca336bf224c1811da2b63205ed8f1b09f45c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 6 Apr 2022 07:03:32 +0200 Subject: [PATCH] Update 99-custom_script.sh --- .templates/99-custom_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/99-custom_script.sh b/.templates/99-custom_script.sh index 2f4b3311f..5ba4e28c9 100644 --- a/.templates/99-custom_script.sh +++ b/.templates/99-custom_script.sh @@ -1,4 +1,5 @@ #!/usr/bin/with-contenv bashio +# shellcheck shell=bash CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION") CONFIGSOURCE="$(dirname "${CONFIGSOURCE}")"