${PLAYER/@/\.} = ipns & webrtc phone address

This commit is contained in:
fred 2024-03-13 18:35:44 +01:00
parent 4a952f84f4
commit 5ad1eee561
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ for PLAYER in ${PLAYERONE[@]}; do
cat ${MY_PATH}/../templates/data/ALLO.json \
| sed -e "s~_IPFSNINJA_~${VDONINJA}~g" \
-e "s~_MOATS_~${MOATS}~g" \
-e "s~_PHONEBOOTH_~${PLAYER}~g" \
-e "s~_PHONEBOOTH_~${PLAYER/@/\.}~g" \
> ~/.zen/tmp/${MOATS}/ALLO.json
ipfs key rm "temp" >/dev/null 2>&1