Update install.sh

pull/109/head
midoks 3 years ago
parent 99b0437c64
commit 3b1dbef9ca
  1. 4
      plugins/php/versions/74/install.sh

@ -78,8 +78,8 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--disable-intl \ --disable-intl \
--disable-fileinfo \ --disable-fileinfo \
$OPTIONS \ $OPTIONS \
--enable-fpm \ --enable-fpm
&& make && make install && make clean make && make install && make clean
fi fi
#------------------------ install end ------------------------------------# #------------------------ install end ------------------------------------#
} }

Loading…
Cancel
Save