This commit is contained in:
fred 2023-01-04 01:12:52 +01:00
parent 6208704a03
commit f1c9b96796
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ while read LINE; do
## CREATE new PLAYER IN myASTROTUBE
echo "${myASTROTUBE}/?salt=0&pepper=0&g1pub=_URL_&email=${EMAIL}"
curl -x -o ~/.zen/tmp/${MOATS}/astro.port ${myASTROTUBE}/?salt=0&pepper=0&g1pub=_URL_&email=${EMAIL}
curl -so ~/.zen/tmp/${MOATS}/astro.port "${myASTROTUBE}/?salt=0&pepper=0&g1pub=_URL_&email=${EMAIL}"
TELETUBE=$(cat ~/.zen/tmp/${MOATS}/astro.port | grep "(◕‿‿◕)" | cut -d ':' -f 2 | cut -d '/' -f 3)
TELEPORT=$(cat ~/.zen/tmp/${MOATS}/astro.port | grep "(◕‿‿◕)" | cut -d ':' -f 3 | cut -d '"' -f 1)