voeuns=$(ipfs key list -l | grep $voeu | cut -d ' ' -f1)

This commit is contained in:
fred 2022-08-23 20:31:19 +02:00
parent 8c1fa2d2e5
commit d62cc78375
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ echo "## WORLD VOEUX"
for voeu in $(ls ~/.zen/game/world/);
do
echo "VOEU : $voeu"
voeuns=$($MY_PATH/g1_to_ipfs.py $voeu)
voeuns=$(ipfs key list -l | grep $voeu | cut -d ' ' -f1)
echo "http://127.0.0.1:8080/ipns/$voeuns"
echo
W=$(cat ~/.zen/game/world/$voeu/.pepper 2>/dev/null)