From d211c67c0a3f674ae9283c4b91ede4bf5a173fba Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:58:46 -0600 Subject: [PATCH] console: Continue on jail not running --- usr/local/share/bastille/console.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/console.sh b/usr/local/share/bastille/console.sh index e4215d35..44872012 100644 --- a/usr/local/share/bastille/console.sh +++ b/usr/local/share/bastille/console.sh @@ -121,7 +121,7 @@ for _jail in ${JAILS}; do bastille start "${_jail}" else error_notify "Jail is not running." - error_exit "Use [-a|--auto] to auto-start the jail." + error_continue "Use [-a|--auto] to auto-start the jail." fi LOGIN="$(jexec -l "${_jail}" which login)"