This commit is contained in:
fred 2024-03-31 21:51:01 +02:00
parent 06348bb089
commit a8d3ed8b05
1 changed files with 6 additions and 0 deletions

View File

@ -268,6 +268,9 @@ for PLAYER in ${PLAYERONE[@]}; do
-e "s~_PLAYER_~${PLAYER}~g" \ -e "s~_PLAYER_~${PLAYER}~g" \
-e "s~_PHONEBOOTH_~${YOUSER}~g" \ -e "s~_PHONEBOOTH_~${YOUSER}~g" \
> ~/.zen/tmp/${MOATS}/VISIO.json > ~/.zen/tmp/${MOATS}/VISIO.json
else
echo "[]" > ~/.zen/tmp/${MOATS}/VISIO.json
fi fi
@ -281,6 +284,9 @@ for PLAYER in ${PLAYERONE[@]}; do
-e "s~_CESIUMIPFS_~${CESIUMIPFS}~g" \ -e "s~_CESIUMIPFS_~${CESIUMIPFS}~g" \
-e "s~_PLAYER_~${PLAYER}~g" \ -e "s~_PLAYER_~${PLAYER}~g" \
> ~/.zen/tmp/${MOATS}/CESIUM.json > ~/.zen/tmp/${MOATS}/CESIUM.json
else
echo "[]" > ~/.zen/tmp/${MOATS}/CESIUM.json
fi fi
##################################################################### #####################################################################
########## $:/moa picture ## lightbeams replacement ############### ########## $:/moa picture ## lightbeams replacement ###############