Fix minor comment typo

This commit is contained in:
Tianon Gravi 2016-01-18 12:31:33 -08:00
parent 39be622d85
commit d9c4635649
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
# allow the container to be stated with `--user`
# allow the container to be started with `--user`
if [ "$1" = 'rabbitmq-server' -a "$(id -u)" = '0' ]; then
chown -R rabbitmq /var/lib/rabbitmq
exec gosu rabbitmq "$BASH_SOURCE" "$@"