Skip to content

Commit

Permalink
chore: disable shellcheck SC2016 in entryscript
Browse files Browse the repository at this point in the history
We do not want to replace variables.
  • Loading branch information
josecelano committed Nov 15, 2023
1 parent fe44afa commit 5b73255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/container/entry_script_sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b73255

Please sign in to comment.