fix: 移除set -e,修复read在管道模式下EOF退出问题

This commit is contained in:
mango
2026-02-24 23:01:21 +08:00
parent a57c2e7bee
commit 726430ccc6

View File

@@ -2,8 +2,6 @@
# DD 重装系统 - Debian 13 # DD 重装系统 - Debian 13
# 用法: curl -sL mjjtop.com/dd -o dd.sh && bash dd.sh # 用法: curl -sL mjjtop.com/dd -o dd.sh && bash dd.sh
set -e
# 颜色 # 颜色
R='\033[0;31m' G='\033[0;32m' Y='\033[0;33m' B='\033[0;34m' N='\033[0m' R='\033[0;31m' G='\033[0;32m' Y='\033[0;33m' B='\033[0;34m' N='\033[0m'