summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2008-07-13 21:21:10 +0000
committererdgeist <erdgeist@erdgeist.org>2008-07-13 21:21:10 +0000
commit80d20cecdd2c30789351ac7ac6961fc8cab3c00e (patch)
tree3a3f0efad7696a3510d99e40f2a6efdfd105cbb9 /ezjail-admin
parenta30cce7b39b066d75bc594dbbd6ecd0a6761b4b0 (diff)
echo needs a -e switch in order to handle newlines correctly
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 b52ac08..343cd58 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -872,7 +872,7 @@ archive)
872 872
873 # If jail is still running, refuse to go any further - unless forced 873 # If jail is still running, refuse to go any further - unless forced
874 if [ "${ezjail_id}" -a -z "${ezjail_force}" ]; then 874 if [ "${ezjail_id}" -a -z "${ezjail_force}" ]; then
875 echo "Warning: Jail ${ezjail_name} appears to be still running.\n Stop it first, or use '${ezjail_admin} -f ${ezjail_name}' to force archiving." 875 echo -e "Warning: Jail ${ezjail_name} appears to be still running.\n Stop it first, or use '${ezjail_admin} -f ${ezjail_name}' to force archiving."
876 continue 876 continue
877 fi 877 fi
878 878