Create new file

This commit is contained in:
Bob Mottram 2018-05-26 15:40:03 +01:00
parent 8e802844f1
commit 731c2f000f
1 changed files with 1 additions and 1 deletions

View File

@ -1174,7 +1174,7 @@ function install_web_local_user_interface {
echo '';
echo ' access_log /dev/null;';
echo ' error_log /dev/null;';
echo ''; } >> "$nginx_file"
echo ''; } > "$nginx_file"
nginx_ssl "${local_hostname}"
nginx_security_options "${local_hostname}"