mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-02 20:35:26 +02:00
invalid path
This commit is contained in:
parent
70f8a60e06
commit
b4dd552141
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue