浏览代码

Create new file

Bob Mottram 6 年前
父节点
当前提交
731c2f000f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-utils-web

+ 1
- 1
src/freedombone-utils-web 查看文件

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