diff --git a/bin/v-cd-www b/bin/v-change-dir-www similarity index 100% rename from bin/v-cd-www rename to bin/v-change-dir-www diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 625278bc..cb6ee921 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -2064,6 +2064,8 @@ 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 + #----------------------------------------------------------# # myVesta Access Info # #----------------------------------------------------------#