mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Add explicit exit calls to update_script functions (#8752)
This commit is contained in:
parent
2d9d62118f
commit
5a92816946
31 changed files with 36 additions and 42 deletions
|
|
@ -41,6 +41,7 @@ function update_script() {
|
|||
;;
|
||||
esac
|
||||
done
|
||||
exit 0
|
||||
}
|
||||
|
||||
start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue