modify hostname for address

This commit is contained in:
2024-10-05 14:35:41 +08:00
parent 2fa1fb40bb
commit 10d08c5287
2 changed files with 4 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ add_dhcp_domain() {
add_author_info() {
uci set system.@system[0].description='wukongdaily'
uci set system.@system[0].notes='文档说明:
https://github.com/wukongdaily/gl-inet-onescript'
https://wkdaily.cpolar.cn/'
uci commit system
}
@@ -345,7 +345,8 @@ update_luci_app_quickstart() {
is-opkg install luci-i18n-quickstart-zh-cn --force-depends >/dev/null 2>&1
yellow "恭喜您!现在你的路由器已经变成iStoreOS风格啦!"
green "如果没有首页和网络向导,可以执行第8项 更新luci_app_quickstart"
green "您可以登录网页 查看是否生效 http://gl-mt3000.local/cgi-bin/luci"
addr_hostname=$(uci get system.@system[0].hostname)
green "您可以登录网页 查看是否生效 http://${addr_hostname}.local/cgi-bin/luci"
else
red "请先执行第一项 一键iStoreOS风格化"
fi