Update opcache.sh

pull/602/head
Mr Chen 11 months ago
parent 086765090a
commit 7d20b9e9a2
  1. 2
      plugins/php-yum/versions/common/opcache.sh

@ -47,7 +47,7 @@ if [ "$actionType" == 'install' ];then
echo "opcache.save_comments=0" >> $ext_file
echo "opcache.blacklist_filename=${OP_BL}" >> $ext_file
elif [ "$actionType" == 'uninstall' ];then
yum remove -y php${version}-php*-${extName}
yum remove -y php${version}-php-${LIBNAME}
rm -rf $ext_file
echo 'cannot uninstall'
exit 1

Loading…
Cancel
Save