From 67234b2d8485c8daca7dbf3d61e8ffa2dc409de6 Mon Sep 17 00:00:00 2001 From: Juan David Hurtado G Date: Sun, 24 Nov 2024 16:42:26 -0500 Subject: [PATCH] bastille: shellcheck --- usr/local/bin/bastille | 1 + 1 file changed, 1 insertion(+) 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}"