mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-21 21:15:16 +00:00
Standardize update success messages in scripts (#8757)
This commit is contained in:
committed by
Michel Roegl-Brunner
parent
7abf03f388
commit
0e1346af5f
@@ -47,12 +47,12 @@ EOF
|
||||
|
||||
msg_info "Updating..."
|
||||
$STD apt install --only-upgrade rabbitmq-server
|
||||
msg_ok "Update Successfully"
|
||||
msg_ok "Updated successfully!"
|
||||
|
||||
msg_info "Starting Service"
|
||||
systemctl start rabbitmq-server
|
||||
msg_ok "Started Service"
|
||||
msg_ok "Updated Successfully"
|
||||
msg_ok "Updated successfully!"
|
||||
exit
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user