mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Removing old PHP sessions files
This commit is contained in:
parent
ef8151bd81
commit
0461f03644
1 changed files with 3 additions and 0 deletions
|
@ -1590,6 +1590,9 @@ fi
|
|||
echo "MAX_DBUSER_LEN=80" >> $VESTA/conf/vesta.conf
|
||||
echo "================================================================"
|
||||
|
||||
# Removing old PHP sessions files
|
||||
crontab -l | { cat; echo "10 2 * * 6 sudo find /home/*/tmp/ -type f -mtime +5 -exec rm {} \;"; } | crontab -
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Vesta Access Info #
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue