mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
Update postinst
This commit is contained in:
parent
0461f03644
commit
2e6a660b59
1 changed files with 2 additions and 0 deletions
|
@ -17,4 +17,6 @@ if [ "$check_apt" -eq 1 ]; then
|
|||
echo "deb http://apt.myvestacp.com/$codename/ $codename vesta" > /etc/apt/sources.list.d/vesta.list
|
||||
fi
|
||||
|
||||
crontab -l | { cat; echo "10 2 * * 6 sudo find /home/*/tmp/ -type f -mtime +5 -exec rm {} \;"; } | crontab -
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue