Browse Source

Remove depricated symlinks from installer.

Raphael Schneeberger 7 years ago
parent
commit
dc1da30b0f
2 changed files with 0 additions and 4 deletions
  1. 0 2
      install/hst-install-debian.sh
  2. 0 2
      install/hst-install-ubuntu.sh

+ 0 - 2
install/hst-install-debian.sh

@@ -768,9 +768,7 @@ chmod 660 $HESTIA/conf/hestia.conf
 
 
 # Symlink to Hestia for compatibilty
 # Symlink to Hestia for compatibilty
 ln -s $HESTIA /usr/local/vesta
 ln -s $HESTIA /usr/local/vesta
-ln -s $HESTIA/log /var/log/vesta
 ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
 ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
-ln -s /etc/profile.d/hestia.sh /etc/profile.d/vesta.sh
 
 
 # WEB stack
 # WEB stack
 if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then
 if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then

+ 0 - 2
install/hst-install-ubuntu.sh

@@ -764,9 +764,7 @@ chmod 660 $HESTIA/conf/hestia.conf
 
 
 # Symlink to Vesta for compatibilty
 # Symlink to Vesta for compatibilty
 ln -s $HESTIA /usr/local/vesta
 ln -s $HESTIA /usr/local/vesta
-ln -s $HESTIA/log /var/log/vesta
 ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
 ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
-ln -s /etc/profile.d/hestia.sh /etc/profile.d/vesta.sh
 
 
 # Web stack
 # Web stack
 if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then
 if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then