summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xezjail-admin1
1 files changed, 1 insertions, 0 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 449a6e6..347b0a2 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -144,6 +144,7 @@ start_stop_jail_by_script () {
144 shift 144 shift
145 for ezjail; do 145 for ezjail; do
146 fetchjailinfo ${ezjail} 146 fetchjailinfo ${ezjail}
147 case ${ezjail_config} in *.norun) continue;; esac
147 [ ${ezjail_success_check} "${ezjail_id}" ] || exerr "Error: Could not ${ezjail_action} $@.\n You need to ${ezjail_action} it by hand." 148 [ ${ezjail_success_check} "${ezjail_id}" ] || exerr "Error: Could not ${ezjail_action} $@.\n You need to ${ezjail_action} it by hand."
148 done 149 done
149} 150}