REMOVE TMP BUT KEEP swarm, flashmem and coucou

This commit is contained in:
fred 2024-03-30 12:33:00 +01:00
parent 7d8a9b3d7f
commit f23fd79c00
1 changed files with 10 additions and 0 deletions

View File

@ -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