From 11f1995ea122c9af7fcbd5a0e3b2705496d6662d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 6 Mar 2024 15:06:06 +0100 Subject: [PATCH] + -e "s~_PLAYER_~${PLAYER}~g" \ --- RUNTIME/PLAYER.refresh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 7032fe81..c4fc5761 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -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 ######################################