Browse Source

Fix wrong template path.

Raphael Schneeberger 7 years ago
parent
commit
3e07154b96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -897,7 +897,7 @@ if [ "$nginx" = 'yes' ]; then
         cp -r /etc/php/7.2/ /root/hst_install_backups/php7.2/
         cp -r /etc/php/7.2/ /root/hst_install_backups/php7.2/
         rm -f /etc/php/7.2/fpm/pool.d/*
         rm -f /etc/php/7.2/fpm/pool.d/*
         cp -f $hestiacp/multiphp/nginx/* $HESTIA/data/templates/web/nginx/
         cp -f $hestiacp/multiphp/nginx/* $HESTIA/data/templates/web/nginx/
-        chmod a+x $HESTIA/data/web/nginx/*.sh
+        chmod a+x $HESTIA/data/templates/web/nginx/*.sh
     fi
     fi
     update-rc.d nginx defaults
     update-rc.d nginx defaults
     service nginx start
     service nginx start