diff --git a/applications/luci-app-wxedge/root/etc/config/wxedge b/applications/luci-app-wxedge/root/etc/config/wxedge index e4334e7..b979297 100644 --- a/applications/luci-app-wxedge/root/etc/config/wxedge +++ b/applications/luci-app-wxedge/root/etc/config/wxedge @@ -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' diff --git a/applications/luci-app-wxedge/root/usr/share/wxedge/install.sh b/applications/luci-app-wxedge/root/usr/share/wxedge/install.sh index de619c7..ad70bd7 100755 --- a/applications/luci-app-wxedge/root/usr/share/wxedge/install.sh +++ b/applications/luci-app-wxedge/root/usr/share/wxedge/install.sh @@ -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`