mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 16:21:32 +01:00
console: Continue on jail not running
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user