summaryrefslogtreecommitdiff
path: root/ezjail.sh
diff options
context:
space:
mode:
authorcryx <cryx@h3q.com>2010-01-04 12:08:54 +0000
committercryx <cryx@h3q.com>2010-01-04 12:08:54 +0000
commit3d9f2923b50dd48f2d8eb95620335d2aa59c8a01 (patch)
tree3236838c333066ddb07e6e15ded18084c80da5af /ezjail.sh
parent44872cd8fb23aae7428175b6ead4b0de30d1c7f2 (diff)
Remove a debug echo.
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"