This commit is contained in:
2026-03-07 18:11:38 +08:00
parent cd37e0d396
commit 00d3cc8636
2 changed files with 1 additions and 6 deletions
@@ -12,11 +12,6 @@ if [ "$UID" != "0" ]; then
exit 1
fi
# 检查参数
if [ -z "$1" ]; then
log.error "需要把ace-env所在的路径设置为第一个参数"
exit 1
fi
# 辅助函数
trim() {