Skip to content

Commit

Permalink
changed default command
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Jan 14, 2025
1 parent df06986 commit b14b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/dof_rabbitmq/files/enable-feature-flags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KUBECONFIG_OPTION=""
NAMESPACE=""
COMPONENT_NAME="rabbitmq"
CONTAINER_NAME="rabbitmq"
COMMAND="cat /etc/issue"
COMMAND="rabbitmqctl enable_feature_flag all"

while [[ $# -gt 0 ]]; do
case $1 in
Expand Down

0 comments on commit b14b47c

Please sign in to comment.