mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 01:02:36 +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}"
|
bastille start "${_jail}"
|
||||||
else
|
else
|
||||||
error_notify "Jail is not running."
|
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
|
fi
|
||||||
|
|
||||||
LOGIN="$(jexec -l "${_jail}" which login)"
|
LOGIN="$(jexec -l "${_jail}" which login)"
|
||||||
|
|||||||
Reference in New Issue
Block a user