AMQ-9412: fix docker entrypoiint script

This commit is contained in:
Jean-Baptiste Onofré 2024-01-21 16:40:55 +01:00
parent 43f1399697
commit 0b95f93449
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
################################################################################ ################################################################################
# Licensed to the Apache Software Foundation (ASF) under one # Licensed to the Apache Software Foundation (ASF) under one
@ -78,4 +78,4 @@ if [ -n "${ACTIVEMQ_WEB_USER}" ]; then
fi fi
fi fi
exec "$@" exec "$@"