From 2f8b7f17d660201c9f461bd77db999b1a05bd9ef Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 13 Mar 2024 18:39:18 +0100 Subject: [PATCH] PHONE = email_domain_tld --- RUNTIME/PLAYER.refresh.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 5f9ccbd1..de9c5879 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -236,11 +236,15 @@ for PLAYER in ${PLAYERONE[@]}; do #~ cat ~/.zen/tmp/${MOATS}/GPS.json echo "SECTOR $SECTOR SECTORTW=/ipns/${TODATESECTORNS}/TW" + + PHONEBOOTH=${PLAYER/@/_} + PHONEBOOTH=${PHONEBOOTH/\./_} + # MAKE "ALLO" TIDDLER 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_~${PHONEBOOTH}~g" \ > ~/.zen/tmp/${MOATS}/ALLO.json ipfs key rm "temp" >/dev/null 2>&1