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