From 2ebbe0d81aff99cad38eaddd6fe56863d687c519 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 7 Oct 2022 21:28:21 +0200 Subject: [PATCH] less tiddlywiki verbosity --- ASTROBOT/PLAYER.refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASTROBOT/PLAYER.refresh.sh b/ASTROBOT/PLAYER.refresh.sh index 81fef601..d80abb16 100755 --- a/ASTROBOT/PLAYER.refresh.sh +++ b/ASTROBOT/PLAYER.refresh.sh @@ -140,7 +140,7 @@ for g1wish in $(ls ~/.zen/game/players/$PLAYER/voeux/); do rm -f ~/.zen/tmp/newindex.html echo "Nouveau G1${wishname} : http://127.0.0.1:8080/ipns/$ASTRONAUTENS" - tiddlywiki --verbose --load ~/.zen/game/players/$PLAYER/ipfs/moa/index.html \ + tiddlywiki --load ~/.zen/game/players/$PLAYER/ipfs/moa/index.html \ --import ~/.zen/tmp/g1${wishname}.bank.json "application/json" \ --output ~/.zen/tmp --render "$:/core/save/all" "newindex.html" "text/plain"