From b4dd5521414c3cee1b1fcbc12988b96781871632 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Tue, 7 Mar 2023 06:59:12 +0100 Subject: [PATCH] invalid path --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 286c376..cb43a42 100755 --- a/install.sh +++ b/install.sh @@ -150,7 +150,7 @@ su - $SUDO_USER -c "rm ~/pandora/pandora/workers/virustotal.*" { crontab -l -u $SUDO_USER; echo '35 * * * * find ~/pandora/tasks/* -type d -empty -mtime +1 -delete'; } | crontab -u $SUDO_USER - # Poweroff at 20:00 (green energy) -{ crontab -l -u $SUDO_USER; echo '0 20 * * * /usr/sbin/poweroff';} | crontab -u $SUDO_USER - +{ crontab -l -u $SUDO_USER; echo '0 20 * * * /sbin/poweroff';} | crontab -u $SUDO_USER - #--------------------- # Pandora-box