From 5b73255c7e86b82d417a99ad68f4118887e3536c Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Wed, 15 Nov 2023 12:45:47 +0000 Subject: [PATCH] chore: disable shellcheck SC2016 in entryscript We do not want to replace variables. --- share/container/entry_script_sh | 1 + 1 file changed, 1 insertion(+) diff --git a/share/container/entry_script_sh b/share/container/entry_script_sh index 5f8d9d21..1afd9e6b 100644 --- a/share/container/entry_script_sh +++ b/share/container/entry_script_sh @@ -73,6 +73,7 @@ if [ -e "/usr/share/torrust/container/message" ]; then fi # Load message of the day from Profile +# shellcheck disable=SC2016 echo '[ ! -z "$TERM" -a -r /etc/motd ] && cat /etc/motd' >> /etc/profile cd /home/torrust || exit 1