mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-02 18:54:48 +08:00
minor
This commit is contained in:
4
le.sh
4
le.sh
@@ -370,8 +370,8 @@ _startserver() {
|
||||
echo -e -n "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC $Le_HTTPPort -vv ;
|
||||
fi
|
||||
else
|
||||
if ! echo -e -n "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC -p $Le_HTTPPort > /dev/null ; then
|
||||
echo -e -n "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC $Le_HTTPPort > /dev/null
|
||||
if ! echo -e -n "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC -p $Le_HTTPPort > /dev/null 2>&1; then
|
||||
echo -e -n "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC $Le_HTTPPort > /dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
if [ "$?" != "0" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user