diff options
author | erdgeist <erdgeist@erdgeist.org> | 2010-01-09 19:10:54 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2010-01-09 19:10:54 +0000 |
commit | d60d2cc41a8c97938ccbcaa271c779f97bc204fe (patch) | |
tree | 20577d0fcb4e74ec4fae5ebb976c702b7949029d /ezjail.sh | |
parent | e27c24db3adb58565edafe6602c04036fd50f30f (diff) |
Remove control character. Those damn apple keyboards...
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ do_cmd() | |||
97 | 97 | ||
98 | # Attach ZFS-datasets to the jail | 98 | # Attach ZFS-datasets to the jail |
99 | for zfs in ${ezjail_zfs_datasets}; do | 99 | for zfs in ${ezjail_zfs_datasets}; do |
100 | /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" |
101 | done | 101 | done |
102 | 102 | ||
103 | # Configure processor sets for the jail via cpuset(1) | 103 | # Configure processor sets for the jail via cpuset(1) |