From 6208704a030249bd0f66253347682bfc5fde2d7c Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 4 Jan 2023 01:09:35 +0100 Subject: [PATCH] ping ping --- ASTROBOT/G1PalPay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASTROBOT/G1PalPay.sh b/ASTROBOT/G1PalPay.sh index a5e830ac..44b00078 100755 --- a/ASTROBOT/G1PalPay.sh +++ b/ASTROBOT/G1PalPay.sh @@ -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 ${myASTROTUBE}/?salt=0&pepper=0&g1pub=_URL_&email=${EMAIL} -o ~/.zen/tmp/${MOATS}/astro.port + curl -x -o ~/.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)