From 30a927400559d114d60263450420ca1545d96047 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 18 Mar 2024 13:52:53 +0100 Subject: [PATCH] today debug done --- RUNTIME/PLAYER.refresh.sh | 1 + RUNTIME/PLAYER.unplug.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 48812f43..1c0e8291 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -172,6 +172,7 @@ for PLAYER in ${PLAYERONE[@]}; do ############################################################ BAD TW SIGNATURE [[ ${player} != ${PLAYER} || ${PLAYER} != ${signature} ]] \ && echo "> (☓‿‿☓) BAD PLAYER=$player in TW (☓‿‿☓)" \ + && ${MY_PATH}/PLAYER.unplug.sh "${HOME}/.zen/game/players/${PLAYER}/ipfs/moa/index.html" "${PLAYER}" "ALL" \ && continue \ || echo "${PLAYER} OFFICIAL TW - (⌐■_■) -" diff --git a/RUNTIME/PLAYER.unplug.sh b/RUNTIME/PLAYER.unplug.sh index 5a46523c..b585de1c 100755 --- a/RUNTIME/PLAYER.unplug.sh +++ b/RUNTIME/PLAYER.unplug.sh @@ -59,7 +59,7 @@ mkdir -p ~/.zen/tmp/${MOATS} ALL="ALL" [[ $ONE == "ONE" ]] && ALL=1 - [[ $ALL == "ALL" ]] && SECTORG1PUB=${WORLDG1PUB} && echo "DEST = WORLDG1PUB" + [[ $ALL == "ALL" ]] && SECTORG1PUB=${WORLDG1PUB} && echo "DEST = WORLDG1PUB: ${WORLDG1PUB}" [[ ! -z ${SECTORG1PUB} ]] \ && echo "> PAY4SURE ZEN:${ALL} WALLET MOVE" \