network: Force > auto typo

This commit is contained in:
tschettervictor
2025-03-10 17:26:35 -06:00
committed by GitHub
parent ebb290e4fb
commit f3fae040db

View File

@@ -161,7 +161,7 @@ check_target_is_stopped "${TARGET}" || if [ "${AUTO}" -eq 1 ]; then
bastille stop "${TARGET}"
else
error_notify "Jail is running."
error_exit "Use [-a|--auto] to force stop the jail."
error_exit "Use [-a|--auto] to auto-stop the jail."
fi
validate_ip() {