From b2d9d276476b848667957c4137e487aec119da5e Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 29 Mar 2024 23:18:52 +0100 Subject: [PATCH] 3 days AstroID still - OUT --- RUNTIME/PLAYER.refresh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 94cac2f4..4b7f3b4f 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -204,9 +204,9 @@ for PLAYER in ${PLAYERONE[@]}; do DIFF_SECONDS=$(( SNOW - SBIRTH )) days=$((DIFF_SECONDS / 60 / 60 / 24)) -################################################## +7 DAYS AstroID !! +################################################## +2 DAYS AstroID !! ## REMOVE TW OLDER THAN 7 DAYS WITH AstroID - [[ -s ~/.zen/tmp/${MOATS}/AstroID.json && $days -gt 7 && "${CURRENT}" != "${PLAYER}" ]] \ + [[ -s ~/.zen/tmp/${MOATS}/AstroID.json && $days -gt 2 && "${CURRENT}" != "${PLAYER}" ]] \ && ${MY_PATH}/PLAYER.unplug.sh "${HOME}/.zen/game/players/${PLAYER}/ipfs/moa/index.html" "${PLAYER}" "ALL" \ && echo "(#__#) AstroID +7 DAYS = SECURITY ERROR (#__#)" && continue