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 557ae9e..5840be8 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -1242,7 +1242,7 @@ config)
1242 # we might end up at an existing directory 1242 # we might end up at an existing directory
1243 [ -e "${ezjail_rootdir}" ] && exerr "Error: An object already exists at ${ezjail_rootdir}, cant rename." 1243 [ -e "${ezjail_rootdir}" ] && exerr "Error: An object already exists at ${ezjail_rootdir}, cant rename."
1244 1244
1245 mv "${ezjail_old_rootdir}" "${ezjail_rootdir}" 1245 [ "${ezjail_imagetype}" = "zfs" ] || mv "${ezjail_old_rootdir}" "${ezjail_rootdir}"
1246 fi 1246 fi
1247 1247
1248 # This scenario really will only lead to real troubles in the 'fulljail' 1248 # This scenario really will only lead to real troubles in the 'fulljail'