diff --git a/le.sh b/le.sh index 746740d7..58247b81 100755 --- a/le.sh +++ b/le.sh @@ -672,7 +672,7 @@ _stopserver(){ kill -s 9 $ncid > /dev/null done - _get "http://localhost:$Le_HTTPPort" >/dev/null 2>$1 + _get "http://localhost:$Le_HTTPPort" >/dev/null 2>&1 }