update dc1svr

This commit is contained in:
paldier 2019-02-12 19:19:24 +08:00
parent e61e3ecd80
commit 9f4b04800b
5 changed files with 10 additions and 5 deletions

View File

@ -1,8 +1,8 @@
{ {
"version":"1.0", "version":"1.0",
"md5":"8819b07ce564cb99e5e3b2d18c10329b", "md5":"9518560a3c57c72e42052e813792fd28",
"home_url":"Module_dc1svr.asp", "home_url":"Module_dc1svr.asp",
"title":"dc1服务器", "title":"dc1服务器",
"description":"dc1服务器", "description":"dc1服务器",
"build_date":"2019-02-12_19:06:06" "build_date":"2019-02-12_19:19:20"
} }

Binary file not shown.

View File

@ -23,9 +23,14 @@ startdc1(){
if [ "$dc1svr_enable" == "1" ]; then if [ "$dc1svr_enable" == "1" ]; then
logger "[软件中心]: 启动dc1服务器" logger "[软件中心]: 启动dc1服务器"
start_dc1 start_dc1
else
stop_dc1
fi fi
} }
case $ACTION in case $ACTION in
stop)
stop_dc1
;;
*) *)
startdc1 startdc1
;; ;;

View File

@ -1,2 +1,2 @@
1.0 1.0
8819b07ce564cb99e5e3b2d18c10329b 9518560a3c57c72e42052e813792fd28

View File

@ -101,10 +101,10 @@
"version": "1.5" "version": "1.5"
}, },
{ {
"build_date": "2019-02-12_19:06:06", "build_date": "2019-02-12_19:19:20",
"description": "dc1服务器", "description": "dc1服务器",
"home_url": "Module_dc1svr.asp", "home_url": "Module_dc1svr.asp",
"md5": "8819b07ce564cb99e5e3b2d18c10329b", "md5": "9518560a3c57c72e42052e813792fd28",
"name": "dc1svr", "name": "dc1svr",
"tar_url": "dc1svr/dc1svr.tar.gz", "tar_url": "dc1svr/dc1svr.tar.gz",
"title": "dc1服务器", "title": "dc1服务器",