summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index b2904d0..fd35abe 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -471,7 +471,7 @@ create)
471 unset ezjail_archive_opt 471 unset ezjail_archive_opt
472 ezjail_makeabsolute ezjail_fromarchive 472 ezjail_makeabsolute ezjail_fromarchive
473 [ "${ezjail_fromarchive}" = "-" ] && unset ezjail_archive_opt || ezjail_archive_opt="-f ${ezjail_fromarchive}" 473 [ "${ezjail_fromarchive}" = "-" ] && unset ezjail_archive_opt || ezjail_archive_opt="-f ${ezjail_fromarchive}"
474 mkdir -p "${ezjail_rootdir}" && cd "${ezjail_rootdir}" && pax -rz -pe ${ezjail_archive_opt} -s:^ezjail/:: ezjail/* 474 mkdir -p "${ezjail_rootdir}" && cd "${ezjail_rootdir}" && pax -rz -pe ${ezjail_archive_opt} -s:^ezjail:.: ezjail/*
475 [ $? -eq 0 ] || detach_images || exerr "Error: Could not extract archive from ${ezjail_fromarchive}." 475 [ $? -eq 0 ] || detach_images || exerr "Error: Could not extract archive from ${ezjail_fromarchive}."
476 elif [ -z "${ezjail_exists}" ]; then 476 elif [ -z "${ezjail_exists}" ]; then
477 # now take a copy of our template jail 477 # now take a copy of our template jail