pull/123/head
midoks 3 years ago
parent 18d8b0277e
commit 5d86dee62b
  1. 3
      .gitignore
  2. 2
      plugins/php-apt/versions/common/opcache.sh

3
.gitignore vendored

@ -104,8 +104,7 @@ venv.bak/
.DS_Store .DS_Store
.idea/*.xml .idea/*.xml
.idea/*.iml .idea/*.iml
tmp/*.pl tmp/*
tmp/*.log
*.swp *.swp
*.zip *.zip
scripts/init.d/mw scripts/init.d/mw

@ -19,6 +19,6 @@ LIBNAME=opcache
if [ "$actionType" == 'install' ];then if [ "$actionType" == 'install' ];then
apt install -y php${version}-${LIBNAME} apt install -y php${version}-${LIBNAME}
elif [ "$actionType" == 'uninstall' ];then elif [ "$actionType" == 'uninstall' ];then
echo 'cannot uninstall' echo 'cannot uninstall'>&2
exit 1 exit 1
fi fi
Loading…
Cancel
Save