diff --git a/conf/type/__jail/gencode-remote b/conf/type/__jail/gencode-remote index 71bb31b5..4aff6509 100755 --- a/conf/type/__jail/gencode-remote +++ b/conf/type/__jail/gencode-remote @@ -300,8 +300,8 @@ END EOF fi -# Add $name to jail_list if $onboot=true -if [ "$onboot" = "true" ]; then +# Add $name to jail_list if $onboot=yes +if [ "$onboot" = "yes" ]; then # first check to see whether jail_enable="YES" exists in rc.conf or not and add it # if necessary