diff options
-rwxr-xr-x | ezjail.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |