This commit is contained in:
midoks 2022-09-30 16:13:49 +08:00
parent f98e4db019
commit 0fafeabcf0
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
"name": "imail",
"title": "邮件服务",
"shell": "install.sh",
"versions":["0.0.16"],
"updates":["0.0.16"],
"versions":["0.0.17"],
"updates":["0.0.17"],
"tip": "soft",
"checks": "server/imail",
"path": "server/imail",

View File

@ -8,7 +8,7 @@ rootPath=$(dirname "$rootPath")
serverPath=$(dirname "$rootPath")
install_tmp=${rootPath}/tmp/mw_install.pl
VERSION=0.0.16
VERSION=0.0.17
# bash install.sh install 0.0.16
## cd /www/server/mdserver-web/plugins/imail && bash install.sh install 0.0.16