mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 16:51:00 +01:00
Fix shellcheck again
This commit is contained in:
@@ -250,7 +250,7 @@ get_jail_info() {
|
||||
|
||||
# Continue if STATE doesnt match chosen options
|
||||
if [ "${OPT_STATE}" != "all" ] && [ "${JAIL_STATE}" != "${OPT_STATE}" ]; then
|
||||
# shellcheck disable=SC2046
|
||||
# shellcheck disable=SC2104
|
||||
continue
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user