mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-08-02 22:07:36 +08:00
fix: Correct syntax error in auto-update disabling function
- Fixed missing `fi` keyword in conditional block - Resolved potential shell script syntax issue - Maintained existing auto-update disabling logic
This commit is contained in:
parent
2bfac391b3
commit
88541eaeda
@ -428,7 +428,7 @@ disable_auto_update() {
|
|||||||
log_error "验证失败:文件权限设置可能未生效"
|
log_error "验证失败:文件权限设置可能未生效"
|
||||||
show_manual_guide
|
show_manual_guide
|
||||||
return 1
|
return 1
|
||||||
}
|
fi
|
||||||
|
|
||||||
log_info "成功禁用自动更新"
|
log_info "成功禁用自动更新"
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user