diff options
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index 7d7fc05..15571f7 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -1050,7 +1050,7 @@ console) | |||
1050 | if [ -z "${ezjail_id}" ]; then | 1050 | if [ -z "${ezjail_id}" ]; then |
1051 | 1051 | ||
1052 | # If force start is requested, try that | 1052 | # If force start is requested, try that |
1053 | [ "$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." | 1053 | [ "${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." |
1054 | 1054 | ||
1055 | # This one will also exerr on failure | 1055 | # This one will also exerr on failure |
1056 | start_stop_jail_by_script onestart | 1056 | start_stop_jail_by_script onestart |