diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-09-12 20:40:08 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-09-12 20:40:08 +0300 |
| commit | 37cb0c826e8423e3d7aa7eee3d09272ae49c8b37 (patch) | |
| tree | 99e90416564ae940f0c421991f079733157178ef | |
| parent | 4f085c2b0d7945ea0c879918630212e4e7c9ab4f (diff) | |
| download | rabbitmq-server-git-37cb0c826e8423e3d7aa7eee3d09272ae49c8b37.tar.gz | |
Ignore current value of RABBITMQ_IGNORE_SIGINT_FLAG
| -rwxr-xr-x | scripts/rabbitmq-env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env index a0a1cc18d5..4b625bc470 100755 --- a/scripts/rabbitmq-env +++ b/scripts/rabbitmq-env @@ -184,7 +184,7 @@ DEFAULT_NODE_PORT=5672 [ "x" = "x$RABBITMQ_MNESIA_DIR" ] && RABBITMQ_MNESIA_DIR=${MNESIA_DIR} [ "x" = "x$RABBITMQ_MNESIA_DIR" ] && RABBITMQ_MNESIA_DIR=${RABBITMQ_MNESIA_BASE}/${RABBITMQ_NODENAME} [ "x" = "x$RABBITMQ_IGNORE_SIGINT" ] && RABBITMQ_IGNORE_SIGINT="true" -[ "xtrue" = "x$RABBITMQ_IGNORE_SIGINT" ] && [ "x" = "x$RABBITMQ_IGNORE_SIGINT_FLAG" ] && RABBITMQ_IGNORE_SIGINT_FLAG="+B i" +[ "xtrue" = "x$RABBITMQ_IGNORE_SIGINT" ] && RABBITMQ_IGNORE_SIGINT_FLAG="+B i" rmq_normalize_path_var \ RABBITMQ_CONFIG_FILE \ |
