console: Continue on jail not running

This commit is contained in:
tschettervictor
2025-04-04 15:58:46 -06:00
committed by GitHub
parent babdfd7f5b
commit d211c67c0a

View File

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