From a8d3ed8b05018bf61a616e202f20cde00d0d0f98 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 31 Mar 2024 21:51:01 +0200 Subject: [PATCH] pffff --- RUNTIME/PLAYER.refresh.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 065df64a..d5efedd5 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -268,6 +268,9 @@ for PLAYER in ${PLAYERONE[@]}; do -e "s~_PLAYER_~${PLAYER}~g" \ -e "s~_PHONEBOOTH_~${YOUSER}~g" \ > ~/.zen/tmp/${MOATS}/VISIO.json + + else + echo "[]" > ~/.zen/tmp/${MOATS}/VISIO.json fi @@ -281,6 +284,9 @@ for PLAYER in ${PLAYERONE[@]}; do -e "s~_CESIUMIPFS_~${CESIUMIPFS}~g" \ -e "s~_PLAYER_~${PLAYER}~g" \ > ~/.zen/tmp/${MOATS}/CESIUM.json + + else + echo "[]" > ~/.zen/tmp/${MOATS}/CESIUM.json fi ##################################################################### ########## $:/moa picture ## lightbeams replacement ###############