From 63caa30c644e5c5034ed31ffdee97714a039549f Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 16 Jan 2023 22:38:34 +0100 Subject: [PATCH] mad am --- ASTROBOT/G1Voeu.sh | 10 +++++----- ASTROBOT/PLAYER.refresh.sh | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ASTROBOT/G1Voeu.sh b/ASTROBOT/G1Voeu.sh index bdeb0602..9753f7ec 100755 --- a/ASTROBOT/G1Voeu.sh +++ b/ASTROBOT/G1Voeu.sh @@ -181,11 +181,11 @@ convert -gravity northwest -pointsize 50 -fill black -draw "text 30,300 \"$PEPPE IPUSH=$(echo "$banner" | ipfs add -q) ipfs name publish --key=${WISHKEY} /ipfs/$IPUSH 2>/dev/null - echo $IPUSH > ~/.zen/game/players/$PLAYER/voeux/$WISHKEY/.$MOATS.chain + echo $IPUSH > ~/.zen/game/players/$PLAYER/voeux/$WISHKEY/.chain.$MOATS echo echo "Astronaute TW : $LIBRA/ipns/$ASTRONAUTENS" - echo "Nouveau G1Voeu : $PEPPER (document de contrôle de copie Ŋ1)" + echo "Nouveau G1Voeu : $PEPPER (FLUX Ŋ1)" echo "TW $PEPPER : $LIBRA/ipns/$VOEUNS" echo "## TO RECEIVE G1RONDS Creating Cesium+ Profil #### timeout long ... patience ...." @@ -200,15 +200,15 @@ convert -gravity northwest -pointsize 50 -fill black -draw "text 30,300 \"$PEPPE $MY_PATH/../tools/jaklis/jaklis.py -k ~/.zen/game/players/$PLAYER/secret.dunikey pay -a 1 -p $WISHKEY -c "$VOEUXNS G1Voeu $PEPPER" -m [[ ! $? == 0 ]] \ - && echo "SOOOOOOOOOOOOOOOORRRRRRRY POOR GUY. YOU CANNOT AFFORD A NEW WISH" \ + && echo "SOOOOOOOOOOOORRRRRRRY GUY. YOU CANNOT AFFORD A NEW WISH" \ && rm -Rf ~/.zen/game/players/$PLAYER/voeux/$WISHKEY \ && rm -Rf ~/.zen/game/world/$WISHKEY/ \ && ipfs key rm ${WISHKEY} \ - && tiddlywiki --load $INDEX \ + && tiddlywiki --load ${INDEX} \ --deletetiddlers '${PEPPER}' \ --output ~/.zen/tmp --render "$:/core/save/all" "newindex.html" "text/plain" \ && cp -f ~/.zen/tmp/newindex.html $INDEX \ - && echo "SORRY ${PEPPER} DELETED" + && echo "G1${PEPPER} FLUX REMOVED" echo "************************************************************" diff --git a/ASTROBOT/PLAYER.refresh.sh b/ASTROBOT/PLAYER.refresh.sh index 19aadc6b..b72bbe72 100755 --- a/ASTROBOT/PLAYER.refresh.sh +++ b/ASTROBOT/PLAYER.refresh.sh @@ -44,6 +44,8 @@ for PLAYER in ${PLAYERONE[@]}; do ASTRONAUTENS=$(ipfs key list -l | grep -w $PLAYER | cut -d ' ' -f1) [[ ! $ASTRONAUTENS ]] && echo "WARNING No $PLAYER in keystore --" && ASTRONAUTENS=$ASTRONS + echo ">>> $myIPFS/ipns/$ASTRONAUTENS" + ## VISA EMITER STATION MUST ACT ONLY [[ ! -f ~/.zen/game/players/$PLAYER/secret.dunikey ]] && echo "$PLAYER secret.dunikey NOT HERE CONTINUE -- " \ && mv ~/.zen/game/players/$PLAYER ~/.zen/game/players/.$PLAYER && continue