diff options
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-x | etc/rc.d/jail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/jail b/etc/rc.d/jail index ea62f48..d486118 100755 --- a/etc/rc.d/jail +++ b/etc/rc.d/jail @@ -238,7 +238,7 @@ parse_options() eval : \${jail_${_j}_mount_enable:=${jail_mount_enable:-NO}} if checkyesno jail_${_j}_mount_enable; then - echo " allow.mount;" >> $_conf + echo " allow.mount;" fi extract_var $_j set_hostname_allow allow.set_hostname YN NO |