diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 9218c891..e6a60f09 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -160,7 +160,7 @@ for PLAYER in ${PLAYERONE[@]}; do tiddlywiki --load ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/index.html \ --output ~/.zen/tmp/${MOATS} \ --render '.' 'AstroID.json' 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' 'AstroID' ## AstroID Tiddler - [[ $(cat ~/.zen/tmp/${MOATS}/AstroID.json) == "[]" ]] && rm ~/.zen/tmp/${MOATS}/AstroID.json + [[ $(cat ~/.zen/tmp/${MOATS}/AstroID.json 2>/dev/null) == "[]" ]] && rm ~/.zen/tmp/${MOATS}/AstroID.json ########################################## used by Astroport :: Lasertag :: TW plugin ## ## CHECK "$:/config/NewTiddler/Tags" tiddlywiki --load ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/index.html \ @@ -251,6 +251,7 @@ for PLAYER in ${PLAYERONE[@]}; do ################# PERSONAL VDO.NINJA ADDRESS) PHONEBOOTH=${PLAYER/@/_} PHONEBOOTH=${PHONEBOOTH/\./_} + PHONEBOOTH=${PHONEBOOTH/-/_} # MAKE "ALLO" TIDDLER cat ${MY_PATH}/../templates/data/ALLO.json \ diff --git a/RUNTIME/REGION.refresh.sh b/RUNTIME/REGION.refresh.sh index 53d2b68b..b8031c9d 100755 --- a/RUNTIME/REGION.refresh.sh +++ b/RUNTIME/REGION.refresh.sh @@ -63,7 +63,7 @@ REGIONS=($(echo "${MYREGIONS[@]}" | tr ' ' '\n' | sort -u)) echo "ACTIVATED REGIONS : ${REGIONS[@]}" for REGION in ${REGIONS[@]}; do - + echo "-------------------------------------------------------------------" echo "_____REGION ${REGION} $(date)" mkdir -p ~/.zen/tmp/${MOATS}/${REGION} REGLAT=$(echo ${REGION} | cut -d '_' -f 2) diff --git a/RUNTIME/UPLANET.refresh.sh b/RUNTIME/UPLANET.refresh.sh index 1d7bf08d..c7fd3f04 100755 --- a/RUNTIME/UPLANET.refresh.sh +++ b/RUNTIME/UPLANET.refresh.sh @@ -49,6 +49,7 @@ for UMAP in ${unique_combined[@]}; do start=`date +%s` echo + echo "-------------------------------------------------------------------" echo "____________REFRESHING ${UMAP}__________ $(date)" LAT=$(echo ${UMAP} | cut -d '_' -f 2) LON=$(echo ${UMAP} | cut -d '_' -f 3)