Update install.sh

pull/109/head
midoks 3 years ago
parent 3b1dbef9ca
commit dfc928753c
  1. 2
      plugins/php/versions/74/install.sh

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

Loading…
Cancel
Save