summaryrefslogtreecommitdiff
path: root/ezjail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-xezjail.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ezjail.sh b/ezjail.sh
index 52ce3b9..c5c4396 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -95,7 +95,6 @@ do_cmd()
95 # Get the JID of the jail 95 # Get the JID of the jail
96 [ -f "/var/run/jail_${ezjail_safename}.id" ] && ezjail_id=`cat /var/run/jail_${ezjail_safename}.id` || return 96 [ -f "/var/run/jail_${ezjail_safename}.id" ] && ezjail_id=`cat /var/run/jail_${ezjail_safename}.id` || return
97 97
98 echo ${ezjail_id}
99 # Attach ZFS-datasets to the jail 98 # Attach ZFS-datasets to the jail
100 for zfs in ${ezjail_zfs_datasets}; do 99 for zfs in ${ezjail_zfs_datasets}; do
101 /sbin/zfs jail ${ezjail_id} ${zfs} ||Êecho -n "Error: ${zfs} could not be configured" 100 /sbin/zfs jail ${ezjail_id} ${zfs} ||Êecho -n "Error: ${zfs} could not be configured"