Update-Part & Nameing

This commit is contained in:
CanbiZ 2024-06-26 18:44:53 +02:00 committed by GitHub
parent e507ea2527
commit b98bdb2541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ EOF
}
header_info
echo -e "Loading..."
APP="Rabbitmq"
APP="RabbitMQ"
var_disk="4"
var_cpu="1"
var_ram="1024"
@ -66,7 +66,7 @@ systemctl stop rabbitmq-server
msg_ok "Stopped ${APP} Service"
msg_info "Updating..."
sudo apt-get update &>/dev/null
apt install --only-upgrade rabbitmq-server &>/dev/null
msg_ok "Update Successfully"
msg_info "Starting ${APP}"
@ -82,4 +82,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${APP} Setup should be reachable by going to the following URL.
${BL}http://${IP}:15672${CL} \n"
${BL}http://${IP}:15672${CL} \n"