Skip to content

Commit 7075dca

Browse files
committed
Remove vesta compatibility symlink.
1 parent 2dd18db commit 7075dca

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

install/hst-install-debian.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ chmod 440 /etc/sudoers.d/admin
837837

838838
# Configuring system env
839839
echo "export HESTIA='$HESTIA'" > /etc/profile.d/hestia.sh
840-
echo "export VESTA='$HESTIA'" >> /etc/profile.d/hestia.sh # Vesta compatibility
841840
chmod 755 /etc/profile.d/hestia.sh
842841
source /etc/profile.d/hestia.sh
843842
echo 'PATH=$PATH:'$HESTIA'/bin' >> /root/.bash_profile
@@ -867,10 +866,6 @@ rm -f $HESTIA/conf/hestia.conf > /dev/null 2>&1
867866
touch $HESTIA/conf/hestia.conf
868867
chmod 660 $HESTIA/conf/hestia.conf
869868

870-
# Symlink to Vesta for compatibilty
871-
ln -s $HESTIA /usr/local/vesta
872-
ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
873-
874869
# Web stack
875870
if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then
876871
echo "WEB_SYSTEM='apache2'" >> $HESTIA/conf/hestia.conf

install/hst-install-ubuntu.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,6 @@ chmod 440 /etc/sudoers.d/admin
816816

817817
# Configuring system env
818818
echo "export HESTIA='$HESTIA'" > /etc/profile.d/hestia.sh
819-
echo "export VESTA='$HESTIA'" >> /etc/profile.d/hestia.sh # Vesta compatibility
820819
chmod 755 /etc/profile.d/hestia.sh
821820
source /etc/profile.d/hestia.sh
822821
echo 'PATH=$PATH:'$HESTIA'/bin' >> /root/.bash_profile
@@ -846,10 +845,6 @@ rm -f $HESTIA/conf/hestia.conf > /dev/null 2>&1
846845
touch $HESTIA/conf/hestia.conf
847846
chmod 660 $HESTIA/conf/hestia.conf
848847

849-
# Symlink to Vesta for compatibilty
850-
ln -s $HESTIA /usr/local/vesta
851-
ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
852-
853848
# Web stack
854849
if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then
855850
echo "WEB_SYSTEM='apache2'" >> $HESTIA/conf/hestia.conf

0 commit comments

Comments
 (0)