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"