This commit is contained in:
midoks 2022-07-10 17:36:36 +08:00
parent 18d8b0277e
commit 5d86dee62b
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

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

View File

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