~bugs fix

This commit is contained in:
juewuy
2026-01-31 18:31:50 +08:00
parent 70b2816c04
commit ced3c3ac59
4 changed files with 11 additions and 11 deletions

View File

@@ -207,11 +207,11 @@ tools() {
separator_line "="
content_line "1) 我已知晓,出现问题会自行承担!"
content_line "0) 返回上级菜单"
eparator_line "="
separator_line "="
read -r -p "请输入对应标号> " res
if [ "$res" = 1 ]; then
line_break
eparator_line "="
separator_line "="
content_line "正在连接服务器获取Tun模块补丁文件......"
get_bin "$TMPDIR"/tun.ko bin/fix/tun.ko
if [ "$?" = "0" ]; then
@@ -221,7 +221,7 @@ tools() {
else
content_line "\033[31m文件下载失败请重试\033[0m"
fi
eparator_line "="
separator_line "="
else
continue
fi