Skip to content

Commit dc1da30

Browse files
committed
Remove depricated symlinks from installer.
1 parent a66991f commit dc1da30

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

install/hst-install-debian.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,9 +768,7 @@ chmod 660 $HESTIA/conf/hestia.conf
768768

769769
# Symlink to Hestia for compatibilty
770770
ln -s $HESTIA /usr/local/vesta
771-
ln -s $HESTIA/log /var/log/vesta
772771
ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
773-
ln -s /etc/profile.d/hestia.sh /etc/profile.d/vesta.sh
774772

775773
# WEB stack
776774
if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then

install/hst-install-ubuntu.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,9 +764,7 @@ chmod 660 $HESTIA/conf/hestia.conf
764764

765765
# Symlink to Vesta for compatibilty
766766
ln -s $HESTIA /usr/local/vesta
767-
ln -s $HESTIA/log /var/log/vesta
768767
ln -s $HESTIA/conf/hestia.conf /usr/local/vesta/conf/vesta.conf
769-
ln -s /etc/profile.d/hestia.sh /etc/profile.d/vesta.sh
770768

771769
# Web stack
772770
if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then

0 commit comments

Comments
 (0)