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