AMQ-9412: fix docker entrypoiint script

(cherry picked from commit 0b95f93449)
This commit is contained in:
Jean-Baptiste Onofré 2024-01-21 16:40:55 +01:00
parent 3affca35fb
commit d80bc17d70
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
@ -78,4 +78,4 @@ if [ -n "${ACTIVEMQ_WEB_USER}" ]; then
fi
fi
exec "$@"
exec "$@"