From f23fd79c00371ba3772a41be1967923b1eaa4f2e Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 30 Mar 2024 12:33:00 +0100 Subject: [PATCH] REMOVE TMP BUT KEEP swarm, flashmem and coucou --- 20h12.process.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/20h12.process.sh b/20h12.process.sh index 78fd8813..f45e917f 100755 --- a/20h12.process.sh +++ b/20h12.process.sh @@ -93,6 +93,16 @@ ${MY_PATH}/RUNTIME/UPLANET.refresh.sh ${MY_PATH}/RUNTIME/NODE.refresh.sh ##################################### +## REMOVE TMP BUT KEEP swarm, flashmem and coucou +mv ~/.zen/tmp/swarm ~/.zen/swarm +mv ~/.zen/tmp/coucou ~/.zen/coucou +mv ~/.zen/tmp/flashmem ~/.zen/flashmem +rm -Rf ~/.zen/tmp/* +mv ~/.zen/swarm ~/.zen/tmp/swarm +mv ~/.zen/coucou ~/.zen/tmp/coucou +mv ~/.zen/flashmem ~/.zen/tmp/flashmem + + ## if [[ ! $isLAN ]]; then ## REFRESH BOOSTRAP LIST (OFFICIAL SWARM) espeak "bootstrap refresh" > /dev/null 2>&1