diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 07f6e7e7..a6f6967d 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -216,6 +216,7 @@ clone|config|cmd|console|convert|cp|edit|htop|limits|mount|pkg|rcp|rename|servic ;; esac +# shellcheck disable=SC2154 SCRIPTPATH="${bastille_sharedir}/${CMD}.sh" if [ -f "${SCRIPTPATH}" ]; then : "${UMASK:=022}"