mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-19 23:25:02 +00:00
Standardize update success messages in scripts (#8757)
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@ function update_script() {
|
||||
header_info
|
||||
if [ "$UPD" == "1" ]; then
|
||||
$STD apk -U upgrade
|
||||
exit
|
||||
msg_ok "Updated successfully!"
|
||||
exit 0
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user