This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new b60285458 AMQ-9412: fix docker entrypoiint script
b60285458 is described below
commit b6028545870319bf567f39d8886449955459172a
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Jan 21 16:40:55 2024 +0100
AMQ-9412: fix docker entrypoiint script
(cherry picked from commit 0b95f93449e58a855efd2fb03731432f396b18e1)
---
assembly/src/docker/entrypoint.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/assembly/src/docker/entrypoint.sh
b/assembly/src/docker/entrypoint.sh
index 566e5ba40..ad6ce1cf7 100755
--- a/assembly/src/docker/entrypoint.sh
+++ b/assembly/src/docker/entrypoint.sh
@@ -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 "$@"
\ No newline at end of file
+exec "$@"