File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments