diff --git a/install.sh b/install.sh index a719566..22fce74 100755 --- a/install.sh +++ b/install.sh @@ -66,7 +66,7 @@ while true; do ;; 6) - echo "Skip" + echo "Skip. Use this if you're installing an upgrade." break ;; diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js index 948936c..28459cf 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js @@ -135,7 +135,7 @@ return view.extend({ o.depends('exclude_from_ip_enabled', '1'); o.rmempty = false; - o = s.taboption('main', form.Flag, 'yacd', _('Yacd enable'), _('http://openwrt.lan:9090:/ui')); + o = s.taboption('main', form.Flag, 'yacd', _('Yacd enable'), _('http://openwrt.lan:9090/ui')); o.default = '0'; o.depends('mode', 'proxy'); o.rmempty = false;