mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-14 09:35:17 +00:00
Add explicit exit calls to update_script functions (#8752)
This commit is contained in:
@@ -31,8 +31,7 @@ function update_script() {
|
||||
msg_info "Restarting Syncthing"
|
||||
$STD rc-service syncthing restart
|
||||
msg_ok "Restarted Syncthing"
|
||||
|
||||
exit 1
|
||||
exit 0
|
||||
}
|
||||
|
||||
start
|
||||
|
||||
Reference in New Issue
Block a user