소스 검색

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