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 5438a56..585823a 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -1025,7 +1025,7 @@ archive)
1025 fi 1025 fi
1026 1026
1027 # Attach non-attached jails, if they can be attached non blocking 1027 # Attach non-attached jails, if they can be attached non blocking
1028 if [ "${ezjail_imagetype}" -a -z "${ezjail_attached}" ]; then 1028 if [ "${ezjail_imagetype}" -a "${ezjail_imagetype}" != "zfs" -a -z "${ezjail_attached}" ]; then
1029 if [ "${ezjail_attachblocking}" ]; then 1029 if [ "${ezjail_attachblocking}" ]; then
1030 echo "Warning: Jail ${ezjail_name} is an image jail and can not be attached automatically." 1030 echo "Warning: Jail ${ezjail_name} is an image jail and can not be attached automatically."
1031 echo " Use '${ezjail_admin} config -i attach ${ezjail_name}' to attach it first." 1031 echo " Use '${ezjail_admin} config -i attach ${ezjail_name}' to attach it first."