diff --git a/start.sh b/start.sh index eed4bd09..c0275d69 100755 --- a/start.sh +++ b/start.sh @@ -89,7 +89,7 @@ select fav in "${choices[@]}"; do "EXPORTER VISA") echo "EXPORT IDENTITE ASTRONAUTE" du -h ~/.zen/game/players/.current/ - echo "MANUAL BACKUP ZIP ~/.zen/game/players/.$PLAYER/" + echo "MANUAL BACKUP ZIP ~/.zen/game/players/$PLAYER/" break ;; diff --git a/tools/VOEUX.refresh.sh b/tools/VOEUX.refresh.sh index 209f991b..b59a8e50 100755 --- a/tools/VOEUX.refresh.sh +++ b/tools/VOEUX.refresh.sh @@ -29,13 +29,12 @@ do mkdir -p ~/.zen/tmp/work echo "Getting latest online TW..." - ipfs --timeout 12s get -o ~/.zen/tmp/work/ /ipns/$voeuns + ipfs --timeout 12s get -o ~/.zen/tmp/work /ipns/$voeuns if [[ ! -f ~/.zen/tmp/work/index.html ]]; then - echo "UNAVAILABLE WISH! Removing $W $voeu" - ipfs key rm $voeu - rm -Rf ~/.zen/game/world/$voeu + echo "UNAVAILABLE WISH! If you want to remove $W $voeu" + echo "ipfs key rm $voeu && rm -Rf ~/.zen/game/world/$voeu" continue fi