mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-22 21:45:16 +00:00
Add explicit exit calls to update_script functions (#8752)
This commit is contained in:
committed by
Michel Roegl-Brunner
parent
14e5aea1b0
commit
96c1bc74bd
@@ -32,7 +32,7 @@ function update_script() {
|
||||
msg_info "Restarting Gitea"
|
||||
rc-service gitea restart
|
||||
msg_ok "Restarted Gitea"
|
||||
exit
|
||||
exit 0
|
||||
}
|
||||
|
||||
start
|
||||
|
||||
Reference in New Issue
Block a user