From e412d30e334eb93fd9b5607d705ed7775455571c Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 17 Nov 2022 18:54:28 +0100 Subject: [PATCH] ASTRONAUTENS --- tools/VOEUX.print.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/VOEUX.print.sh b/tools/VOEUX.print.sh index 7eaf43cd..c0231622 100755 --- a/tools/VOEUX.print.sh +++ b/tools/VOEUX.print.sh @@ -12,7 +12,7 @@ ME="${0##*/}" PSEUDO=$(cat ~/.zen/game/players/$PLAYER/.pseudo 2>/dev/null) [[ $G1PUB == "" ]] && G1PUB=$(cat ~/.zen/game/players/$PLAYER/.g1pub 2>/dev/null) [[ $G1PUB == "" ]] && echo "G1PUB manquant" && exit 1 -ASTRONAUTENS=$(ipfs key list -l | grep -w "${PLAYER}" | cut -d ' ' -f 1) +ASTRONAUTENS=$(ipfs key list -l | grep -w "${G1PUB}" | cut -d ' ' -f 1) [[ $ASTRONAUTENS == "" ]] && echo "ASTRONAUTE manquant" && exit 1