ezjail-admin delete -f now not any longer stops all jails but only the one to be deleted. Thanks to Thomas Steen Rasmussen
This commit is contained in:
parent
94364d3fe8
commit
6b516a3905
@ -770,7 +770,7 @@ delete)
|
||||
[ "${ezjail_forcestop}" ] || exerr "Error: Jail appears to be still running.\n '${ezjail_admin} stop ${ezjail_name}' it first or use '${ezjail_admin} delete -f ${ezjail_name}' to force stop."
|
||||
|
||||
# This one will also exerr on failure
|
||||
start_stop_jail_by_script onestop
|
||||
start_stop_jail_by_script onestop ${ezjail_name}
|
||||
fi
|
||||
|
||||
if [ "${ezjail_attached}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user