From 6a48b9012877cab91c1a438de57e11e6cdf6f28d Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 15 Feb 2024 19:26:07 +0100 Subject: [PATCH] 20h12.txt --- RUNTIME/NODE.refresh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RUNTIME/NODE.refresh.sh b/RUNTIME/NODE.refresh.sh index 58e9f6fc..8ba33bd3 100755 --- a/RUNTIME/NODE.refresh.sh +++ b/RUNTIME/NODE.refresh.sh @@ -38,7 +38,8 @@ if [[ -d ~/.zen/tmp/${IPFSNODEID} ]]; then cp -f ~/.zen/tmp/coucou/*.COINS ~/.zen/tmp/${IPFSNODEID}/COINS/ ## COPY 20h12.log - cp -f /tmp/20h12.log ~/.zen/tmp/${IPFSNODEID}/ + rm -f ~/.zen/tmp/${IPFSNODEID}/20h12.log ## TODO REMOVE + cp -f /tmp/20h12.log ~/.zen/tmp/${IPFSNODEID}/20h12.txt ## COPY FRIENDS PLAYERONE=($(ls -t ~/.zen/game/players/ | grep "@" 2>/dev/null))