Skip to content

Commit cda43da

Browse files
author
thomas
committed
v1.8.0
1. 支持宝塔证书配置检测 2. 解决配置无法解析的BUG 3. 更新使用文档 4. 支持AMH面板证书配置检测 5. 解决多文件依赖问题
1 parent 540af13 commit cda43da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

httpsok.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ __process_include() {
365365
366366
# Ignore mime.types
367367
if($0 ~ /mime\.types;/){
368-
print "#>> " original
368+
print "# " original
369369
next
370370
}
371371
@@ -390,7 +390,7 @@ __process_include() {
390390
$2 = NGINX_CONFIG_HOME "/" $2
391391
}
392392
393-
print "#>> " original
393+
print "# " original
394394
395395
# The second way
396396
# find . -maxdepth 1 -print0 | xargs -0 command

0 commit comments

Comments
 (0)