mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 15:08:10 +00:00
AMQ-9412: fix docker entrypoiint script
This commit is contained in:
parent
43f1399697
commit
0b95f93449
@ -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…
x
Reference in New Issue
Block a user