Skip to content

Commit 1b08b3c

Browse files
committed
fix sintax error in migrate-190718-multiphp.sh
1 parent 1f2fc88 commit 1b08b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/manual/migrate-190718-multiphp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
4343
cp -f "$HESTIA_INSTALL_DIR/php-fpm/multiphp.tpl" ${WEBTPL}/php-fpm/PHP-${php_ver/\./_}.tpl
4444
done
4545

46-
if [ "$WEB_SYSTEM" = 'nginx' ] ]; then
46+
if [ "$WEB_SYSTEM" = 'nginx' ]; then
4747
cp -rf "${HESTIA_INSTALL_DIR}/templates/web/nginx" "${WEBTPL}/"
4848
fi
4949

0 commit comments

Comments
 (0)