Update-Part & Nameing

pull/3268/head
CanbiZ 1 year ago committed by GitHub
parent e507ea2527
commit b98bdb2541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      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"
${BL}http://${IP}:15672${CL} \n"

Loading…
Cancel
Save