From becbdb14db7e3f9936fd7d876284223d6eec4dc8 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 23 Feb 2023 20:05:05 +0100 Subject: [PATCH] WELCOME ASTRONAUT $EMAIL --- G1BILLETS.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/G1BILLETS.sh b/G1BILLETS.sh index 5c1b7b0..07b47db 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -72,8 +72,10 @@ do DE=$(echo ${SECRET} | jq -Rr @uri) ## URL ENCODED [[ ${EMAIL} ]] \ - echo 'https://astroport.copylaradio.com/?salt='$UN'&pepper='$DE'&g1pub=on&email='$EMAIL \ - curl -s 'https://astroport.copylaradio.com/?salt='$UN'&pepper='$DE'&g1pub=on&email='$EMAIL + && echo 'https://astroport.copylaradio.com/?salt='$UN'&pepper='$DE'&g1pub=on&email='$EMAIL \ + && curl -s 'https://astroport.copylaradio.com/?salt='$UN'&pepper='$DE'&g1pub=on&email='$EMAIL + + echo "WELCOME ASTRONAUT $EMAIL" fi ###########################################################################