diff --git a/le.sh b/le.sh index 3d41864d..09097b3a 100755 --- a/le.sh +++ b/le.sh @@ -1142,7 +1142,7 @@ issue() { return 1 fi - status=$(echo $response | egrep -o '"status":"[^"]+"' | cut -d : -f 2 | tr -d '"') + status=$(echo $response | egrep -o '"status":"[^"]*' | cut -d : -f 2 | tr -d '"') if [ "$status" == "valid" ] ; then _info "Success" _stopserver $serverproc