mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
在临时修改系统 MAC 地址的功能中,更新了调用方式以确保即使在执行过程中出现错误也不会中断后续操作。此更改通过在调用 change_system_mac_address
函数时添加 || true
,提升了脚本的稳定性和用户体验。
This commit is contained in:
parent
e5ea1700bd
commit
974852944b
@ -1169,7 +1169,7 @@ main() {
|
|||||||
backup_config
|
backup_config
|
||||||
|
|
||||||
# 新增:默认执行系统 MAC 地址修改
|
# 新增:默认执行系统 MAC 地址修改
|
||||||
change_system_mac_address
|
change_system_mac_address || true
|
||||||
|
|
||||||
# 执行主程序文件修改
|
# 执行主程序文件修改
|
||||||
log_info "正在执行主程序文件修改..."
|
log_info "正在执行主程序文件修改..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user