mirror of https://github.com/apache/activemq.git
AMQ-9412: fix docker entrypoiint script
(cherry picked from commit 0b95f93449
)
This commit is contained in:
parent
3affca35fb
commit
d80bc17d70
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
################################################################################
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -78,4 +78,4 @@ if [ -n "${ACTIVEMQ_WEB_USER}" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
exec "$@"
|
||||
|
|
Loading…
Reference in New Issue