mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34: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 "MAX_DBUSER_LEN=80" >> $VESTA/conf/vesta.conf
|
||||||
echo "================================================================"
|
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 #
|
# Vesta Access Info #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue