We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a283123 commit b06d865Copy full SHA for b06d865
selenium/bin/components/rabbitmq
@@ -70,7 +70,7 @@ start_local_rabbitmq() {
70
71
print "> EFFECTIVE RABBITMQ_CONFIG_FILE: /tmp$MOUNT_RABBITMQ_CONF"
72
cp ${RABBITMQ_CONFIG_DIR}/enabled_plugins /tmp/etc/rabbitmq/
73
- RABBITMQ_ENABLED_PLUGINS=`cat /tmp/etc/rabbitmq/enabled_plugins | cut -d "[" -f2 | cut -d "]" -f1`
+ RABBITMQ_ENABLED_PLUGINS=`cat /tmp/etc/rabbitmq/enabled_plugins | awk -F'[][]' '{print $2}'
74
print "> EFFECTIVE PLUGINS: $RABBITMQ_ENABLED_PLUGINS"
75
76
${BIN_DIR}/gen-advanced-config ${RABBITMQ_CONFIG_DIR} $ENV_FILE /tmp$MOUNT_ADVANCED_CONFIG
0 commit comments