add missing line feed in run_preferences()
This commit is contained in:
parent
563dbebffb
commit
61508b1443
|
@ -5827,6 +5827,7 @@ run_server_preference() {
|
||||||
outln " (Hint: if IIS6 give OpenSSL 1.0.1 a try)"
|
outln " (Hint: if IIS6 give OpenSSL 1.0.1 a try)"
|
||||||
fileout "$jsonID" "WARN" "Default protocol empty (Hint: if IIS6 give OpenSSL 1.0.1 a try)"
|
fileout "$jsonID" "WARN" "Default protocol empty (Hint: if IIS6 give OpenSSL 1.0.1 a try)"
|
||||||
else
|
else
|
||||||
|
outln
|
||||||
fileout "$jsonID" "WARN" "Default protocol empty"
|
fileout "$jsonID" "WARN" "Default protocol empty"
|
||||||
fi
|
fi
|
||||||
ret=1
|
ret=1
|
||||||
|
|
Loading…
Reference in New Issue