Update openssl.sh

pull/267/head
midoks 3 years ago
parent bfe6429bc2
commit 5bd57b3c8b
  1. 1
      plugins/php/versions/common/openssl.sh

@ -88,7 +88,6 @@ Install_lib()
elif [ -f "/etc/pki/tls/certs/ca-bundle.crt" ];then
echo "openssl.cafile=/etc/pki/tls/certs/ca-bundle.crt" >> $serverPath/php/$version/etc/php.ini
fi
echo "extension=${LIBNAME}.so" >> $serverPath/php/$version/etc/php.ini
bash ${rootPath}/plugins/php/versions/lib.sh $version restart
echo '==========================================================='

Loading…
Cancel
Save