From a11b0cad4f8a049c10c0df3d03dc2cf44347ab20 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 12 Sep 2022 19:53:55 +0200 Subject: [PATCH] pseudo --- ASTROBOT/PLAYER.refresh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ASTROBOT/PLAYER.refresh.sh b/ASTROBOT/PLAYER.refresh.sh index 70517a53..472536ed 100755 --- a/ASTROBOT/PLAYER.refresh.sh +++ b/ASTROBOT/PLAYER.refresh.sh @@ -18,6 +18,7 @@ echo "## PLAYER TW" for PLAYER in $(ls ~/.zen/game/players/); do echo "PLAYER : $PLAYER" + PSEUDO=$(cat ~/.zen/game/players/$PLAYER/.pseudo 2>/dev/null) ## REFRESH ASTRONAUTE TW ASTRONAUTENS=$(ipfs key list -l | grep $PLAYER | cut -d ' ' -f1) [[ ! $ASTRONAUTENS ]] && echo "Missing $PLAYER IPNS KEY -- EXIT --" && exit 1