WELCOME ASTRONAUT $EMAIL

This commit is contained in:
fred 2023-02-23 20:05:05 +01:00
parent 05519d225e
commit becbdb14db
1 changed files with 4 additions and 2 deletions

View File

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