update wxedge
This commit is contained in:
parent
f6efed8cbb
commit
d932d24509
@ -1,3 +1,3 @@
|
||||
config wxedge
|
||||
option 'image' 'registry.cn-hangzhou.aliyuncs.com/onething/wxedge:latest'
|
||||
option 'image' 'onething1/wxedge:latest'
|
||||
option 'cache_path' '/wxedge'
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
image_name=`uci get wxedge.@wxedge[0].image 2>/dev/null`
|
||||
|
||||
[ -z "$image_name" ] && image_name="registry.cn-hangzhou.aliyuncs.com/onething/wxedge"
|
||||
[ -z "$image_name" ] && image_name="onething1/wxedge:latest"
|
||||
|
||||
install(){
|
||||
local cache=`uci get wxedge.@wxedge[0].cache_path 2>/dev/null`
|
||||
|
Loading…
x
Reference in New Issue
Block a user