Fix shell check

This commit is contained in:
tschettervictor
2025-05-12 11:17:29 -06:00
committed by GitHub
parent 08c51a216a
commit 654e7aafaa

View File

@@ -250,6 +250,7 @@ get_jail_info() {
# Continue if STATE doesnt match chosen options
if [ "${OPT_STATE}" != "all" ] && [ "${JAIL_STATE}" != "${OPT_STATE}" ]; then
# shellcheck disable=SC2046
continue
fi