Update opcache.sh

pull/602/head
Mr Chen 11 months ago
parent 10ccbc0dc2
commit dc0bfd25c8
  1. 4
      plugins/php-yum/versions/common/opcache.sh

@ -51,4 +51,6 @@ elif [ "$actionType" == 'uninstall' ];then
rm -rf $ext_file
echo 'cannot uninstall'
exit 1
fi
fi
systemctl restart php${version}-php-fpm
Loading…
Cancel
Save