Skip to content

Commit 5b73255

Browse files
committed
chore: disable shellcheck SC2016 in entryscript
We do not want to replace variables.
1 parent fe44afa commit 5b73255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

share/container/entry_script_sh

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ if [ -e "/usr/share/torrust/container/message" ]; then
7373
fi
7474

7575
# Load message of the day from Profile
76+
# shellcheck disable=SC2016
7677
echo '[ ! -z "$TERM" -a -r /etc/motd ] && cat /etc/motd' >> /etc/profile
7778

7879
cd /home/torrust || exit 1

0 commit comments

Comments
 (0)