summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2007-09-26 15:13:02 +0000
committererdgeist <erdgeist@erdgeist.org>2007-09-26 15:13:02 +0000
commitfe1cec69fed6cfe4e86bbbdd0d8690bd2585a80e (patch)
treefed8f7f18803574192cfa3afc295fdc03276b939
parent0c382a5e74dbf67f79a22bdf79c48e2e3ae973b1 (diff)
Fixed quoting
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 4fcd0b8..4228e1e 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -724,7 +724,7 @@ archive)
724 [ -n "${ezjail_id}" -a -z "${ezjail_force}" ] && exerr "Error: Jail appears to be still running, stop it first or [-f]orce archiving." 724 [ -n "${ezjail_id}" -a -z "${ezjail_force}" ] && exerr "Error: Jail appears to be still running, stop it first or [-f]orce archiving."
725 725
726 # if no archive name was specified, make one up 726 # if no archive name was specified, make one up
727 [ -z "${ezjail_archive}" ] && ezjail_archive="${ezjail_safename}-`date +%Y%m%d%H%M.%S`.tar.bz2 727 [ -z "${ezjail_archive}" ] && ezjail_archive="${ezjail_safename}-`date +%Y%m%d%H%M.%S`.tar.bz2"
728 728
729 # prepend archive directory 729 # prepend archive directory
730 ezjail_archive="${ezjail_archivedir%/}"/"${ezjail_archive}" 730 ezjail_archive="${ezjail_archivedir%/}"/"${ezjail_archive}"