From 236cd0b8cbdaf5017a4f24b3216fa0ee2f0370ec Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 21 Oct 2022 20:56:11 +0200 Subject: [PATCH] Cleaning ~/.zen/tmp --- 20h12.process.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/20h12.process.sh b/20h12.process.sh index 6c62b193..61418bdf 100755 --- a/20h12.process.sh +++ b/20h12.process.sh @@ -8,6 +8,10 @@ MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized ME="${0##*/}" start=`date +%s` +## CLEANING ~/.zen/tmp +rm -Rf ~/.zen/tmp +mkdir -p ~/.zen/tmp + ## RESTART IPFS DAEMON # echo "$USER ALL=(ALL) NOPASSWD:/bin/systemctl" | (sudo su -c 'EDITOR="tee" visudo -f /etc/sudoers.d/systemctl') [[ -s /etc/sudoers.d/systemctl ]] && sudo systemctl restart ipfs && sleep 5