summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
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