From 1b64cc5a40de2350f5914c6bfb34589c7af7da17 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 31 Aug 2022 18:13:45 +0200 Subject: [PATCH] + echo "LANCEZ curl $G1BARRE " --- tools/PLAYER.refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/PLAYER.refresh.sh b/tools/PLAYER.refresh.sh index e5c916d2..d0ffedbc 100755 --- a/tools/PLAYER.refresh.sh +++ b/tools/PLAYER.refresh.sh @@ -52,7 +52,7 @@ for g1wish in $(ls ~/.zen/game/players/$PLAYER/voeux/); do echo "VOEU $wishname : $g1wish" # TOTO Install g1barre on localhost !! G1BARRE="https://g1sms.fr/g1barre/image.php?pubkey=$g1wish&target=1000&title=$wishname&node=g1.duniter.org&start_date=2022-08-01&display_pubkey=true&display_qrcode=true&progress_color=ff07a4" - echo "LANCEZ curl "'"$G1BARRE"'" " + echo "LANCEZ curl $G1BARRE " done