From 78c82ef8ebcfd7a672795d5164384f4d2b31ef10 Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 31 Dec 2024 19:38:48 +0200 Subject: [PATCH] I am Spartacus --- grpoppro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpoppro b/grpoppro index a73a923..aa37cc8 100755 --- a/grpoppro +++ b/grpoppro @@ -179,7 +179,7 @@ function basics { # Retrieve internal ID function getInternalID { response="$(curlRequest "$simpleurl")" - if echo "$response" | grep -q 404; then + if echo "$response" | grep -q "404 Not Found"; then message "Non valid response" exit 0 fi