Remove control character. Those damn apple keyboards...

This commit is contained in:
erdgeist 2010-01-09 19:10:54 +00:00
parent e27c24db3a
commit d60d2cc41a

View File

@ -97,7 +97,7 @@ do_cmd()
# Attach ZFS-datasets to the jail # Attach ZFS-datasets to the jail
for zfs in ${ezjail_zfs_datasets}; do for zfs in ${ezjail_zfs_datasets}; do
/sbin/zfs jail ${ezjail_id} ${zfs} ||Êecho -n "Error: ${zfs} could not be configured" /sbin/zfs jail ${ezjail_id} ${zfs} || echo -n "Error: ${zfs} could not be configured"
done done
# Configure processor sets for the jail via cpuset(1) # Configure processor sets for the jail via cpuset(1)