+ -e "s~_PLAYER_~${PLAYER}~g" \

This commit is contained in:
fred 2024-03-06 15:06:06 +01:00
parent 4b956fe62e
commit 11f1995ea1
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ for PLAYER in ${PLAYERONE[@]}; do
cat ${MY_PATH}/../templates/data/CESIUM.json \
| sed -e "s~_G1PUB_~${G1PUB}~g" \
-e "s~_CESIUMIPFS_~${CESIUMIPFS}~g" \
-e "s~_PLAYER_~${PLAYER}~g" \
> ~/.zen/tmp/${MOATS}/CESIUM.json
######################################