From 81f325e3577ad4663d30e750b55b14c581a9c8d3 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 18 Jun 2019 15:00:32 +0200 Subject: [PATCH] Additional fix --- install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install b/install index c7d21cd..9073a21 100755 --- a/install +++ b/install @@ -485,14 +485,6 @@ wo_upgrade_nginx() { rm -f /etc/php/7.2/fpm/pool.d/{www.conf,www-two.conf,debug.conf} fi - if [ -n "$CHECK_PHP73" ]; then - WO_STACK_INSTALL_ARGS="--php73" - apt-get remove php7.3-fpm -y -qq --purge - rm -f /etc/php/7.3/fpm/pool.d/{www.conf,www-two.conf,debug.conf} - else - WO_STACK_INSTALL_ARGS="" - fi - /usr/local/bin/wo stack install --nginx --php rm -f /etc/nginx/common/acl.conf /etc/nginx/conf.d/{map-wp-cache.conf,map-wp.conf,fascgi.conf} fi