diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 1fae951..3c72625 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -154,9 +154,9 @@ if [[ $(($minute % 15)) == 0 ]]; then [[ -d ~/.zen/ipfs/PIN ]] && rm -Rf ~/.zen/ipfs/PIN [[ -d ~/.zen/ipfs_swarm/PIN ]] && rm -Rf ~/.zen/ipfs_swarm/PIN ## CLEANING PARASITE BAD FILES - rm ~/.zen/ipfs/* + rm -Rf ~/.zen/ipfs/* rm ~/.zen/ipfs/.* - rm ~/.zen/ipfs_swarm/* + rm -Rf ~/.zen/ipfs_swarm/* rm ~/.zen/ipfs_swarm/.* ## RESTORE index.html from /tmp/ipfsindex.html