We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2fc88 commit 1b08b3cCopy full SHA for 1b08b3c
install/upgrade/manual/migrate-190718-multiphp.sh
@@ -43,7 +43,7 @@ if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
43
cp -f "$HESTIA_INSTALL_DIR/php-fpm/multiphp.tpl" ${WEBTPL}/php-fpm/PHP-${php_ver/\./_}.tpl
44
done
45
46
- if [ "$WEB_SYSTEM" = 'nginx' ] ]; then
+ if [ "$WEB_SYSTEM" = 'nginx' ]; then
47
cp -rf "${HESTIA_INSTALL_DIR}/templates/web/nginx" "${WEBTPL}/"
48
fi
49
0 commit comments