ipfs path correction

This commit is contained in:
fred 2023-04-14 21:28:32 +02:00
parent 21cf3d8998
commit d50dae7ee6
1 changed files with 2 additions and 2 deletions

View File

@ -186,8 +186,8 @@ do
##################################
## INSERT PLAYER G1 QRCODE : QRG1avatar.png
QRLINK=$(ipfs add -qw ~/.zen/game/players/${PLAYER}/voeux/${WISHNAME}/${VOEUKEY}/voeu.png | tail -n 1)
[[ $QRLINK == "" ]] && QRLINK=$(ipfs add -qw ~/.zen/game/players/${PLAYER}/QRG1avatar.png | tail -n 1)
QRLINK=$(ipfs add -q ~/.zen/game/players/${PLAYER}/voeux/${WISHNAME}/${VOEUKEY}/voeu.png | tail -n 1)
[[ $QRLINK == "" ]] && QRLINK=$(ipfs add -q ~/.zen/game/players/${PLAYER}/QRG1avatar.png | tail -n 1)
################################## PasseportTerre/index.html