Skip to content

Commit 8f89af7

Browse files
committed
Fix wrong template path.
1 parent 1d7fb59 commit 8f89af7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ if [ "$apache" = 'yes' ]; then
949949
cp -r /etc/php/7.2/ /root/hst_install_backups/php7.2/
950950
rm -f /etc/php/7.2/fpm/pool.d/*
951951
cp -f $hestiacp/multiphp/apache2/* $HESTIA/data/templates/web/apache2/
952-
chmod a+x $HESTIA/data/web/apache2/*.sh
952+
chmod a+x $HESTIA/data/templates/web/apache2/*.sh
953953
if [ "$release" = '8' ]; then
954954
sed -i 's/#//g' $HESTIA/data/templates/web/apache2/*.tpl
955955
sed -i 's/#//g' $HESTIA/data/templates/web/apache2/*.stpl

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ if [ "$nginx" = 'yes' ]; then
892892
cp -r /etc/php/7.2/ /root/vst_install_backups/php7.2/
893893
rm -f /etc/php/7.2/fpm/pool.d/*
894894
cp -f $hestiacp/multiphp/nginx/* $HESTIA/data/templates/web/nginx/
895-
chmod a+x $HESTIA/data/web/nginx/*.sh
895+
chmod a+x $HESTIA/data/templates/web/nginx/*.sh
896896
fi
897897
update-rc.d nginx defaults
898898
service nginx start
@@ -943,7 +943,7 @@ if [ "$apache" = 'yes' ]; then
943943
cp -r /etc/php/7.2/ /root/vst_install_backups/php7.2/
944944
rm -f /etc/php/7.2/fpm/pool.d/*
945945
cp -f $hestiacp/multiphp/apache2/* $HESTIA/data/templates/web/apache2/
946-
chmod a+x $HESTIA/data/web/apache2/*.sh
946+
chmod a+x $HESTIA/data/templates/web/apache2/*.sh
947947
fi
948948
update-rc.d apache2 defaults
949949
service apache2 start

0 commit comments

Comments
 (0)