From bf121178e9cb188c089345ee1c98768b51e67343 Mon Sep 17 00:00:00 2001 From: allan Date: Sat, 1 Nov 2025 13:07:18 +0000 Subject: [PATCH] fixed typo --- wordpressinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpressinstall b/wordpressinstall index 2e38ee2..0074102 100755 --- a/wordpressinstall +++ b/wordpressinstall @@ -138,7 +138,7 @@ if [[ -d "$nginxsnippets/.git" ]]; then git -C "$nginxsnippets" pull --quiet; el # cp "$nginxsnippets/hostfiles/wordpress.80.conf" /etc/nginx/conf.d/"$hostname".conf sed -i -- "s/DOMAIN/$hostname/g" /etc/nginx/conf.d/"$hostname".conf -sed -i "s/VERSION/$phpfpm/" /etc/nginx/conf.d/"$hostname".conf +sed -i "s/PHPVERSION/$phpfpm/" /etc/nginx/conf.d/"$hostname".conf # # Wordpress hardeging