Browse Source

Remove vesta compatibility symlink.

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

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

@@ -837,7 +837,6 @@ chmod 440 /etc/sudoers.d/admin
 
 # Configuring system env
 echo "export HESTIA='$HESTIA'" > /etc/profile.d/hestia.sh
-echo "export VESTA='$HESTIA'" >> /etc/profile.d/hestia.sh # Vesta compatibility
 chmod 755 /etc/profile.d/hestia.sh
 source /etc/profile.d/hestia.sh
 echo 'PATH=$PATH:'$HESTIA'/bin' >> /root/.bash_profile
@@ -867,10 +866,6 @@ rm -f $HESTIA/conf/hestia.conf > /dev/null 2>&1
 touch $HESTIA/conf/hestia.conf
 chmod 660 $HESTIA/conf/hestia.conf
 
-# Symlink to Vesta for compatibilty
-ln -s $HESTIA /usr/local/vesta
-ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
-
 # Web stack
 if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then
     echo "WEB_SYSTEM='apache2'" >> $HESTIA/conf/hestia.conf

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

@@ -816,7 +816,6 @@ chmod 440 /etc/sudoers.d/admin
 
 # Configuring system env
 echo "export HESTIA='$HESTIA'" > /etc/profile.d/hestia.sh
-echo "export VESTA='$HESTIA'" >> /etc/profile.d/hestia.sh # Vesta compatibility
 chmod 755 /etc/profile.d/hestia.sh
 source /etc/profile.d/hestia.sh
 echo 'PATH=$PATH:'$HESTIA'/bin' >> /root/.bash_profile
@@ -846,10 +845,6 @@ rm -f $HESTIA/conf/hestia.conf > /dev/null 2>&1
 touch $HESTIA/conf/hestia.conf
 chmod 660 $HESTIA/conf/hestia.conf
 
-# Symlink to Vesta for compatibilty
-ln -s $HESTIA /usr/local/vesta
-ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
-
 # Web stack
 if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then
     echo "WEB_SYSTEM='apache2'" >> $HESTIA/conf/hestia.conf