chore: small rename

This commit is contained in:
Ivan K
2024-12-13 17:49:16 +03:00
parent 7ba5ed6347
commit 2fb89b34b5

View File

@@ -1129,7 +1129,7 @@ check_proxy() {
return 1
fi
nolog "\nCurrent sing-box configuration (sensitive data masked):"
nolog "Checking sing-box configuration..."
jq '
.outbounds[].uuid |= "MASKED-UUID" |
@@ -1138,7 +1138,7 @@ check_proxy() {
.outbounds[].tls.reality.public_key |= "MASKED-PUBLIC-KEY"
else . end
' $SING_BOX_CONFIG
nolog "Checking sing-box proxy connection..."
for attempt in `seq 1 5`; do