summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-env
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-06-09 16:28:45 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-06-09 16:28:45 +0100
commita1b510bad714e565bb12b95b5952b1793b94dc46 (patch)
tree8126e4b57648568a4404dd4429b5b20d51662d67 /scripts/rabbitmq-env
parentef2118aa90bccfaf7e29bbfe1b23f39f23f6f6f7 (diff)
parent65e089254f4a6fead5b6adfe425ec59690ae893d (diff)
downloadrabbitmq-server-git-a1b510bad714e565bb12b95b5952b1793b94dc46.tar.gz
Merge in default
Diffstat (limited to 'scripts/rabbitmq-env')
-rwxr-xr-xscripts/rabbitmq-env4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env
index 861e0b32f5..b77416703d 100755
--- a/scripts/rabbitmq-env
+++ b/scripts/rabbitmq-env
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
## The contents of this file are subject to the Mozilla Public License
## Version 1.1 (the "License"); you may not use this file except in
## compliance with the License. You may obtain a copy of the License
@@ -52,4 +52,4 @@ if [ -f /etc/rabbitmq/rabbitmq.conf ] && \
fi
## Get configuration variables from the configure environment file
-[ -f ${CONF_ENV_FILE} ] && . ${CONF_ENV_FILE}
+[ -f ${CONF_ENV_FILE} ] && . ${CONF_ENV_FILE} || true