Update vst-install-debian.sh

This commit is contained in:
myvesta 2024-12-02 18:52:53 +01:00 committed by GitHub
parent 3337783666
commit 0639e7765f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2064,7 +2064,7 @@ echo "================================================================"
# Removing old PHP sessions files
crontab -l | { cat; echo "10 2 * * 6 sudo find /home/*/tmp/ -type f -mtime +5 -exec rm {} \;"; } | crontab -
echo "alias v-cd-www='source /usr/local/vesta/bin/change-dir-www'" >> /root/.bash_profile
echo "alias v-cd-www='source /usr/local/vesta/bin/v-change-dir-www'" >> /root/.bash_profile
#----------------------------------------------------------#
# myVesta Access Info #