Skip to content

Commit

Permalink
update unifi
Browse files Browse the repository at this point in the history
  • Loading branch information
fw867 committed Apr 6, 2019
1 parent 974e33b commit c72de20
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 13 deletions.
8 changes: 4 additions & 4 deletions softcenter/app.json.js
Expand Up @@ -214,15 +214,15 @@
"version": "1.1.2"
},
{
"build_date": "2019-01-16_17:35:38",
"changelog": "修复无法安装的问题",
"build_date": "2019-04-06_23:16:02",
"changelog": "升级Debian版本",
"description": "Debian系统和Unifi控制器",
"home_url": "Module_unifi.asp",
"md5": "c5b683e798b1f75767be6d72733b020f",
"md5": "5564e7b29d95e2e69f43d92f57fc6496",
"name": "unifi",
"tar_url": "unifi/unifi.tar.gz",
"title": "Unifi Controller",
"version": "0.7"
"version": "0.8"
},
{
"build_date": "2019-03-10_11:29:50",
Expand Down
4 changes: 2 additions & 2 deletions unifi/build.sh
@@ -1,11 +1,11 @@
#!/bin/sh

MODULE=unifi
VERSION=0.7
VERSION=0.8
TITLE="Unifi Controller"
DESCRIPTION=Debian系统和Unifi控制器
HOME_URL=Module_unifi.asp
CHANGELOG="修复无法安装的问题"
CHANGELOG="升级Debian版本"

# Check and include base
DIR="$( cd "$( dirname "$BASH_SOURCE[0]" )" && pwd )"
Expand Down
8 changes: 4 additions & 4 deletions unifi/config.json.js
@@ -1,9 +1,9 @@
{
"version":"0.7",
"md5":"c5b683e798b1f75767be6d72733b020f",
"version":"0.8",
"md5":"5564e7b29d95e2e69f43d92f57fc6496",
"home_url":"Module_unifi.asp",
"title":"Unifi Controller",
"description":"Debian系统和Unifi控制器",
"changelog":"修复无法安装的问题",
"build_date":"2019-01-16_17:35:38"
"changelog":"升级Debian版本",
"build_date":"2019-04-06_23:16:02"
}
Binary file added unifi/history/0.8/unifi.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions unifi/history/version
Expand Up @@ -5,3 +5,4 @@
0.5 07316d02d50c3fac8da04aeb41d9b1bd
0.6 1185e11cf3b923f0677cb7acb9791223
0.7 c5b683e798b1f75767be6d72733b020f
0.8 5564e7b29d95e2e69f43d92f57fc6496
Binary file modified unifi/unifi.tar.gz
Binary file not shown.
Binary file modified unifi/unifi/scripts/unifi_config.sh
Binary file not shown.
Binary file modified unifi/unifi/scripts/unifi_status.sh
Binary file not shown.
3 changes: 2 additions & 1 deletion unifi/unifi/webs/Module_unifi.asp
Expand Up @@ -66,7 +66,8 @@ No part of this file may be used without permission.
return false;
}
document.getElementById("_unifi_status").innerHTML = response.result.split("@@")[0];
verifyFields();
setTimeout("get_run_status();", 3000);
verifyFields();
},
error: function(){
if(softcenter == 1){
Expand Down
4 changes: 2 additions & 2 deletions unifi/version
@@ -1,2 +1,2 @@
0.7
c5b683e798b1f75767be6d72733b020f
0.8
5564e7b29d95e2e69f43d92f57fc6496

0 comments on commit c72de20

Please sign in to comment.