mirror of
https://github.com/tsingui/softcenter-1.git
synced 2024-12-23 10:35:17 +00:00
update dc1svr
This commit is contained in:
parent
e61e3ecd80
commit
9f4b04800b
@ -1,8 +1,8 @@
|
||||
{
|
||||
"version":"1.0",
|
||||
"md5":"8819b07ce564cb99e5e3b2d18c10329b",
|
||||
"md5":"9518560a3c57c72e42052e813792fd28",
|
||||
"home_url":"Module_dc1svr.asp",
|
||||
"title":"dc1服务器",
|
||||
"description":"dc1服务器",
|
||||
"build_date":"2019-02-12_19:06:06"
|
||||
"build_date":"2019-02-12_19:19:20"
|
||||
}
|
||||
|
Binary file not shown.
@ -23,9 +23,14 @@ startdc1(){
|
||||
if [ "$dc1svr_enable" == "1" ]; then
|
||||
logger "[软件中心]: 启动dc1服务器!"
|
||||
start_dc1
|
||||
else
|
||||
stop_dc1
|
||||
fi
|
||||
}
|
||||
case $ACTION in
|
||||
stop)
|
||||
stop_dc1
|
||||
;;
|
||||
*)
|
||||
startdc1
|
||||
;;
|
||||
|
@ -1,2 +1,2 @@
|
||||
1.0
|
||||
8819b07ce564cb99e5e3b2d18c10329b
|
||||
9518560a3c57c72e42052e813792fd28
|
||||
|
@ -101,10 +101,10 @@
|
||||
"version": "1.5"
|
||||
},
|
||||
{
|
||||
"build_date": "2019-02-12_19:06:06",
|
||||
"build_date": "2019-02-12_19:19:20",
|
||||
"description": "dc1服务器",
|
||||
"home_url": "Module_dc1svr.asp",
|
||||
"md5": "8819b07ce564cb99e5e3b2d18c10329b",
|
||||
"md5": "9518560a3c57c72e42052e813792fd28",
|
||||
"name": "dc1svr",
|
||||
"tar_url": "dc1svr/dc1svr.tar.gz",
|
||||
"title": "dc1服务器",
|
||||
|
Loading…
Reference in New Issue
Block a user