From ff780ca1717dd6f4c17826dbf82f156e6cc5a2f6 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 30 Nov 2023 00:05:05 +0100 Subject: [PATCH] inform PLAYER --- RUNTIME/PLAYER.refresh.sh | 5 ++++- RUNTIME/SECTOR.refresh.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 0fa6dadfa..126203ecb 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -107,6 +107,9 @@ for PLAYER in ${PLAYERONE[@]}; do echo "ipfs name publish --key=${PLAYER} /ipfs/${NOWCHAIN}" echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + echo "YOUR TW REFRESH IS BROKEN... PLEASE EDIT AND SAVE : ${myIPFS}/ipfs/${NOWCHAIN}" > ~/.zen/tmp/result + $MY_PATH/../tools/mailjet.sh "${PLAYER}" ~/.zen/tmp/result + continue else @@ -297,8 +300,8 @@ for PLAYER in ${PLAYERONE[@]}; do && echo "YOUR ACOUNT WILL BE UNPLUGGED IN 3.2.1 DAYS" > ~/.zen/tmp/alert \ && ${MY_PATH}/../tools/mailjet.sh "${PLAYER}" ~/.zen/tmp/alert \ && [[ $(( SNOW - SBIRTH )) > $(( 30 * 24 * 60 * 60 )) ]] \ + && echo ">>>> PLAYER UNPLUG >>>>> BYE BYE ${PLAYER}" \ && ${MY_PATH}/../tools/PLAYER.unplug.sh ~/.zen/game/players/${PLAYER}/ipfs/moa/index.html ${PLAYER} \ - && echo ">>>> PLAYER UNPLUGGED >>>>> BYE BYE ${PLAYER}" \ && continue #################################### UNPLUG ACCOUNT diff --git a/RUNTIME/SECTOR.refresh.sh b/RUNTIME/SECTOR.refresh.sh index 23185f9b0..fa99839e3 100755 --- a/RUNTIME/SECTOR.refresh.sh +++ b/RUNTIME/SECTOR.refresh.sh @@ -68,7 +68,7 @@ for SECTOR in ${SECTORS[@]}; do start=`date +%s` # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #~ ## IPFS GET ONLINE SECTORNS - ipfs --timeout 120s get -o ~/.zen/tmp/${MOATS}/${SECTOR}/ /ipns/${SECTORNS}/ + ipfs --timeout 180s get -o ~/.zen/tmp/${MOATS}/${SECTOR}/ /ipns/${SECTORNS}/ # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> end=`date +%s` echo "_____SECTOR${SECTOR} GET time was "`expr $end - $start` seconds.