mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-03 20:03:25 +01:00
pve-scripts-local: fix missing exit in update (#10630)
Removed unnecessary blank lines and added exit command.
This commit is contained in:
committed by
GitHub
parent
0d56be1192
commit
f4ee9a2e25
@@ -27,9 +27,8 @@ function update_script() {
|
|||||||
msg_error "No ${APP} Installation Found!"
|
msg_error "No ${APP} Installation Found!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg_custom "🚀" "${GN}" "The app offers a built-in updater. Please use it."
|
msg_custom "🚀" "${GN}" "The app offers a built-in updater. Please use it."
|
||||||
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
start
|
start
|
||||||
|
|||||||
Reference in New Issue
Block a user