From f3fae040db4d9e03590497dae958ffddbedb2760 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:26:35 -0600 Subject: [PATCH] network: Force > auto typo --- usr/local/share/bastille/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index 2a84f7cb..0e682458 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -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() {