Skip to content

Commit 3e07154

Browse files
committed
Fix wrong template path.
1 parent 04a5e0d commit 3e07154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ if [ "$nginx" = 'yes' ]; then
897897
cp -r /etc/php/7.2/ /root/hst_install_backups/php7.2/
898898
rm -f /etc/php/7.2/fpm/pool.d/*
899899
cp -f $hestiacp/multiphp/nginx/* $HESTIA/data/templates/web/nginx/
900-
chmod a+x $HESTIA/data/web/nginx/*.sh
900+
chmod a+x $HESTIA/data/templates/web/nginx/*.sh
901901
fi
902902
update-rc.d nginx defaults
903903
service nginx start

0 commit comments

Comments
 (0)