Fix shellcheck again

This commit is contained in:
tschettervictor
2025-05-12 11:18:44 -06:00
committed by GitHub
parent 654e7aafaa
commit c2887b3e31

View File

@@ -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