Browse Source

Modify the function name

Modify the function name to match the function called on line 612.
pull/218/head
Yu Li 4 months ago
committed by GitHub
parent
commit
60a3c88436
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/run/cursor_mac_id_modifier.sh

2
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

Loading…
Cancel
Save