File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -837,7 +837,6 @@ chmod 440 /etc/sudoers.d/admin
837837
838838# Configuring system env
839839echo " export HESTIA='$HESTIA '" > /etc/profile.d/hestia.sh
840- echo " export VESTA='$HESTIA '" >> /etc/profile.d/hestia.sh # Vesta compatibility
841840chmod 755 /etc/profile.d/hestia.sh
842841source /etc/profile.d/hestia.sh
843842echo ' PATH=$PATH:' $HESTIA ' /bin' >> /root/.bash_profile
@@ -867,10 +866,6 @@ rm -f $HESTIA/conf/hestia.conf > /dev/null 2>&1
867866touch $HESTIA /conf/hestia.conf
868867chmod 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
875870if [ " $apache " = ' yes' ] && [ " $nginx " = ' no' ] ; then
876871 echo " WEB_SYSTEM='apache2'" >> $HESTIA /conf/hestia.conf
Original file line number Diff line number Diff line change @@ -816,7 +816,6 @@ chmod 440 /etc/sudoers.d/admin
816816
817817# Configuring system env
818818echo " export HESTIA='$HESTIA '" > /etc/profile.d/hestia.sh
819- echo " export VESTA='$HESTIA '" >> /etc/profile.d/hestia.sh # Vesta compatibility
820819chmod 755 /etc/profile.d/hestia.sh
821820source /etc/profile.d/hestia.sh
822821echo ' PATH=$PATH:' $HESTIA ' /bin' >> /root/.bash_profile
@@ -846,10 +845,6 @@ rm -f $HESTIA/conf/hestia.conf > /dev/null 2>&1
846845touch $HESTIA /conf/hestia.conf
847846chmod 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
854849if [ " $apache " = ' yes' ] && [ " $nginx " = ' no' ] ; then
855850 echo " WEB_SYSTEM='apache2'" >> $HESTIA /conf/hestia.conf
You can’t perform that action at this time.
0 commit comments