summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2012-09-18 16:23:28 +0000
committererdgeist <erdgeist@erdgeist.org>2012-09-18 16:23:28 +0000
commitd90ce7e0517db4e7012313667b9c8d675b1ff5d6 (patch)
tree02702022781810dfc78443d1ca63a4c9f37d23ca /ezjail-admin
parentacf7435c208daf270de08a13a32e2fde8d10bd62 (diff)
Fix a bug, so that we are force starting a single jail only, when console -f is requested.
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 55c6e6e..89497b6 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -1104,7 +1104,7 @@ console)
1104 [ "${ezjail_forcestart}" ] || exerr "Error: Jail ${ezjail_name} appears not to be running\n Start it first, or use '${ezjail_admin} console -f ${ezjail_name}' to force start." 1104 [ "${ezjail_forcestart}" ] || exerr "Error: Jail ${ezjail_name} appears not to be running\n Start it first, or use '${ezjail_admin} console -f ${ezjail_name}' to force start."
1105 1105
1106 # This one will also exerr on failure 1106 # This one will also exerr on failure
1107 start_stop_jail_by_script onestart 1107 start_stop_jail_by_script onestart ${ezjail_name}
1108 fi 1108 fi
1109 1109
1110 # use the jails FIB if there is one 1110 # use the jails FIB if there is one