doc: 修正注释

This commit is contained in:
Olia Lisa
2026-07-24 11:38:04 +08:00
parent 3d77814af4
commit 6aa3a55f32
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -162,6 +162,7 @@ version=$(ask_input "请输入 ImmortalWrt 版本" "$default_version")
default_lan_ip="192.168.1.1"
lan_ip=$(input_lan_ip "$default_lan_ip")
# 进入项目根目
project_dir="$(cd "$(dirname "$0")" && pwd)"
cd "$project_dir"