Browse Source

Link to support both names

Ernesto Nicolás Carrea 5 years ago
parent
commit
5df8f4d213
1 changed files with 3 additions and 0 deletions
  1. 3 0
      install/hst-install-centos.sh

+ 3 - 0
install/hst-install-centos.sh

@@ -883,6 +883,9 @@ rm -f /var/log/hestia
 ln -s $HESTIA/log /var/log/hestia
 chmod 770 $HESTIA/data/sessions
 
+# Fix for some Debian-only scripts
+ln -s /usr/local/hestia/data/templates/web/httpd /usr/local/hestia/data/templates/web/apache2
+
 # Generating Hestia configuration
 rm -f $HESTIA/conf/hestia.conf > /dev/null 2>&1
 touch $HESTIA/conf/hestia.conf