mirror of https://github.com/tteck/Proxmox.git
enable all features after create
This commit is contained in:
parent
1cca5067b2
commit
a0c99720f2
|
@ -63,6 +63,7 @@ msg_ok "RabbitMQ service started"
|
||||||
|
|
||||||
msg_info "Enabling RabbitMQ management plugin"
|
msg_info "Enabling RabbitMQ management plugin"
|
||||||
$STD rabbitmq-plugins enable rabbitmq_management
|
$STD rabbitmq-plugins enable rabbitmq_management
|
||||||
|
$STD rabbitmqctl enable_feature_flag all
|
||||||
msg_ok "RabbitMQ management plugin enabled"
|
msg_ok "RabbitMQ management plugin enabled"
|
||||||
|
|
||||||
msg_info "Create User"
|
msg_info "Create User"
|
||||||
|
|
Loading…
Reference in New Issue