summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-xezjail-admin4
1 files changed, 2 insertions, 2 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 099af05..0f7dd1e 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -1311,7 +1311,7 @@ archive)
1311 if [ "${ezjail_imagetype}" -a "${ezjail_imagetype}" != "zfs" -a -z "${ezjail_attached}" ]; then 1311 if [ "${ezjail_imagetype}" -a "${ezjail_imagetype}" != "zfs" -a -z "${ezjail_attached}" ]; then
1312 if [ "${ezjail_attachblocking}" ]; then 1312 if [ "${ezjail_attachblocking}" ]; then
1313 echo "Warning: Jail ${ezjail_name} is an image jail and can not be attached automatically." 1313 echo "Warning: Jail ${ezjail_name} is an image jail and can not be attached automatically."
1314 echo " Use '${ezjail_admin} config -i attach ${ezjail_name}' to attach it first." 1314 echo " Use '${ezjail_admin} config -i attach ${ezjail_name}' to attach it first."
1315 continue 1315 continue
1316 fi 1316 fi
1317 mount_images 1317 mount_images
@@ -1361,7 +1361,7 @@ archive)
1361 [ "${ezjail_imagesize}" ] && detach_images keep 1361 [ "${ezjail_imagesize}" ] && detach_images keep
1362 1362
1363 # An error on a jail not running is bad 1363 # An error on a jail not running is bad
1364 [ ${ezjail_paxresult} -eq 0 -o "${ezjail_force}" ] || echo "Warning: Archiving jail ${ezjail_name} was not completely successful.\n Please refer to the output above for problems the archiving tool encountered.\n You may ignore reports concerning setting access and modification times.\n You might want to check and remove ${ezjail_archive}." 1364 [ ${ezjail_paxresult} -eq 0 -o "${ezjail_force}" ] || echo -n "Warning: Archiving jail ${ezjail_name} was not completely successful.\n Please refer to the output above for problems the archiving tool encountered.\n You may ignore reports concerning setting access and modification times.\n You might want to check and remove ${ezjail_archive}."
1365 1365
1366 # When archiving a running jail, some errors might occur 1366 # When archiving a running jail, some errors might occur
1367 [ ${ezjail_paxresult} -eq 0 ] || echo "Warning: Archiving jail ${ezjail_name} was not completely successful. For a running jail this is not unusual." 1367 [ ${ezjail_paxresult} -eq 0 ] || echo "Warning: Archiving jail ${ezjail_name} was not completely successful. For a running jail this is not unusual."