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)"