normalize start script name for rabbitmq

this simply makes the source file match the installed name of the
script.

Change-Id: I5e7296780a34f36e28419b49e185be689e4745ad
This commit is contained in:
Lars Kellogg-Stedman 2014-10-09 10:34:19 -04:00
parent 6ccd3a9b44
commit 05b4364cbb
2 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ MAINTAINER Lars Kellogg-Stedman <lars@redhat.com>
RUN yum -y install rabbitmq-server; yum clean all
ADD rabbitmq.config /etc/rabbitmq/
ADD rabbitmq-env.conf /etc/rabbitmq/
ADD init-rabbitmq.sh /start.sh
ADD start.sh /start.sh
CMD ["/start.sh"]