From b98bdb25413b3053d9dc005687e41966b1f12e9a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:44:53 +0200 Subject: [PATCH] Update-Part & Nameing --- ct/rabbitmq.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/rabbitmq.sh b/ct/rabbitmq.sh index 6536e690..ff31111e 100644 --- a/ct/rabbitmq.sh +++ b/ct/rabbitmq.sh @@ -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" \ No newline at end of file + ${BL}http://${IP}:15672${CL} \n"