mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 21:21:42 +00:00
This commit is contained in:
parent
d6f8d63742
commit
9ad7ac632a
4
acme.sh
4
acme.sh
@ -2007,7 +2007,7 @@ _startserver() {
|
|||||||
_NC="$_NC -6"
|
_NC="$_NC -6"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DEBUG" -gt "1" ]; then
|
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then
|
||||||
_NC="$_NC -d -d -v"
|
_NC="$_NC -d -d -v"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -2015,7 +2015,7 @@ _startserver() {
|
|||||||
|
|
||||||
#Adding bind to local-address
|
#Adding bind to local-address
|
||||||
if [ "$ncaddr" ]; then
|
if [ "$ncaddr" ]; then
|
||||||
$SOCAT_OPTIONS="$SOCAT_OPTIONS,bind=${ncaddr}"
|
SOCAT_OPTIONS="$SOCAT_OPTIONS,bind=${ncaddr}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_debug "_NC" "$_NC $SOCAT_OPTIONS"
|
_debug "_NC" "$_NC $SOCAT_OPTIONS"
|
||||||
|
Loading…
Reference in New Issue
Block a user