Bläddra i källkod

Create new file

Bob Mottram 6 år sedan
förälder
incheckning
731c2f000f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/freedombone-utils-web

+ 1
- 1
src/freedombone-utils-web Visa fil

@@ -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}"