mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-07 22:33:39 +00:00
修复cursor_mac_id_modifier.sh脚本中的语法错误,确保条件语句正确结束。此更改提高了脚本的稳定性和可读性。
This commit is contained in:
@@ -394,7 +394,7 @@ modify_cursor_app_files() {
|
||||
if [ -d "$temp_dir" ]; then
|
||||
log_info "清理已存在的临时目录..."
|
||||
rm -rf "$temp_dir"
|
||||
}
|
||||
fi
|
||||
|
||||
# 创建新的临时目录
|
||||
mkdir -p "$temp_dir" || {
|
||||
|
||||
Reference in New Issue
Block a user