diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2016-12-27 16:36:08 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2016-12-27 16:36:08 +0100 |
| commit | 6a016d5b5db291ab0a99edbc794fc7ab45299c24 (patch) | |
| tree | a0259dc7303308073d6db3aa5c1e52dd58d252dd /scripts/rabbitmq-defaults | |
| parent | 6afabee7738c5e56ebf9638101f11b6be728afaf (diff) | |
| parent | 30ebac8cc103cf032d5e7bdd1b5f74407f4b986f (diff) | |
| download | rabbitmq-server-git-6a016d5b5db291ab0a99edbc794fc7ab45299c24.tar.gz | |
Merge branch 'master' into rabbitmq-server-505
Diffstat (limited to 'scripts/rabbitmq-defaults')
| -rwxr-xr-x | scripts/rabbitmq-defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-defaults b/scripts/rabbitmq-defaults index fdcf624d1b..a4d78e6986 100755 --- a/scripts/rabbitmq-defaults +++ b/scripts/rabbitmq-defaults @@ -47,7 +47,7 @@ PLUGINS_DIR="${RABBITMQ_HOME}/plugins" # RABBIT_HOME can contain a version number, so default plugins # directory can be hard to find if we want to package some plugin # separately. When RABBITMQ_HOME points to a standard location where -# it's usally being installed by package managers, we add +# it's usually being installed by package managers, we add # "/usr/lib/rabbitmq/plugins" to plugin search path. case "$RABBITMQ_HOME" in /usr/lib/rabbitmq/*) |
