refactor(gl-inet-op25): adjust install log order and suppress init_luci output
调整了run_quick_install函数的日志输出顺序,将init_luci的执行输出重定向到空设备以减少冗余日志,同时调整了作者信息添加的时机
This commit is contained in:
@@ -67,12 +67,14 @@ do_install_ui_helper_apk(){
|
||||
# 一键执行函数
|
||||
# ============================================================================
|
||||
run_quick_install() {
|
||||
sh /usr/bin/init_luci.sh web
|
||||
add_author_info
|
||||
green "正在安装 LuCI 管理界面..."
|
||||
sh /usr/bin/init_luci.sh web > /dev/null 2>&1
|
||||
green "LuCI 安装完成"
|
||||
do_setup_default_temp
|
||||
do_install_argon_apk
|
||||
do_install_istore
|
||||
do_install_quickstart
|
||||
add_author_info
|
||||
echo "安装完毕!请使用8080端口访问luci界面:http://192.168.8.1:8080"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user