From 5ad1eee561dfd55d0c91d5d6fee9a0fae1825a09 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 13 Mar 2024 18:35:44 +0100 Subject: [PATCH] ${PLAYER/@/\.} = ipns & webrtc phone address --- RUNTIME/PLAYER.refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index fe7bbceb..5f9ccbd1 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -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