update wxedge

This commit is contained in:
YGAS 2021-11-01 20:59:41 +08:00
parent f6efed8cbb
commit d932d24509
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
config wxedge config wxedge
option 'image' 'registry.cn-hangzhou.aliyuncs.com/onething/wxedge:latest' option 'image' 'onething1/wxedge:latest'
option 'cache_path' '/wxedge' option 'cache_path' '/wxedge'

View File

@ -2,7 +2,7 @@
image_name=`uci get wxedge.@wxedge[0].image 2>/dev/null` 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(){ install(){
local cache=`uci get wxedge.@wxedge[0].cache_path 2>/dev/null` local cache=`uci get wxedge.@wxedge[0].cache_path 2>/dev/null`