Browse Source

Create new file

Bob Mottram 7 years ago
parent
commit
731c2f000f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-web

+ 1
- 1
src/freedombone-utils-web View File

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