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