Просмотр исходного кода

Remove depricated symlinks from installer.

Raphael Schneeberger 7 лет назад
Родитель
Сommit
dc1da30b0f
2 измененных файлов с 0 добавлено и 4 удалено
  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
 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 /etc/profile.d/hestia.sh /etc/profile.d/vesta.sh
 
 # WEB stack
 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
 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 /etc/profile.d/hestia.sh /etc/profile.d/vesta.sh
 
 # Web stack
 if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then