From 60a3c884362da211de26768552cbe38394b66d23 Mon Sep 17 00:00:00 2001 From: Yu Li Date: Sat, 8 Feb 2025 09:27:57 +0800 Subject: [PATCH] Modify the function name Modify the function name to match the function called on line 612. --- scripts/run/cursor_mac_id_modifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run/cursor_mac_id_modifier.sh b/scripts/run/cursor_mac_id_modifier.sh index 9ef4ab5..0460b78 100644 --- a/scripts/run/cursor_mac_id_modifier.sh +++ b/scripts/run/cursor_mac_id_modifier.sh @@ -537,7 +537,7 @@ modify_mac_address() { } # 新增恢复功能选项 -add_restore_feature() { +restore_feature() { local backup_files=("$BACKUP_DIR"/*.backup_*) echo "可用的备份文件:" select backup in "${backup_files[@]}"; do