summaryrefslogtreecommitdiff
path: root/packaging/common
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2009-03-12 16:36:43 +0000
committerSimon MacMullen <simon@lshift.net>2009-03-12 16:36:43 +0000
commit422a8cf411958d4c8b767b9da6e2b3973507536c (patch)
tree22a0ab342073d7c806a4577875b110be9233ae5a /packaging/common
parent6381790521e37666d772654106112763ddc46071 (diff)
downloadrabbitmq-server-git-422a8cf411958d4c8b767b9da6e2b3973507536c.tar.gz
Make all the packaged scripts cd to /var/lib/rabbitmq, and remove a
redundant "cd" from the init.d scripts.
Diffstat (limited to 'packaging/common')
-rw-r--r--packaging/common/rabbitmq-script-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/common/rabbitmq-script-wrapper b/packaging/common/rabbitmq-script-wrapper
index 217d1658b5..296a77d19c 100644
--- a/packaging/common/rabbitmq-script-wrapper
+++ b/packaging/common/rabbitmq-script-wrapper
@@ -9,7 +9,7 @@ for arg in "$@" ; do
CMDLINE="${CMDLINE} \"${arg}\""
done
-cd /
+cd /var/lib/rabbitmq
SCRIPT=`basename $0`