Skip to content

Commit

Permalink
Fix minor comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 18, 2016
1 parent 39be622 commit d9c4635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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" "$@"
Expand Down

0 comments on commit d9c4635

Please sign in to comment.