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 ###########################################################################