diff options
author | cryx <cryx@h3q.com> | 2010-01-04 12:08:54 +0000 |
---|---|---|
committer | cryx <cryx@h3q.com> | 2010-01-04 12:08:54 +0000 |
commit | 3d9f2923b50dd48f2d8eb95620335d2aa59c8a01 (patch) | |
tree | 3236838c333066ddb07e6e15ded18084c80da5af /ezjail.sh | |
parent | 44872cd8fb23aae7428175b6ead4b0de30d1c7f2 (diff) |
Remove a debug echo.
Diffstat (limited to 'ezjail.sh')
-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" |