From 1a33664ba8586566f0c8eb6e439c8ec7728172e9 Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Sat, 7 Oct 2023 17:28:48 +0545 Subject: [PATCH] make entrypoint script use sh --- debian/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/docker-entrypoint.sh b/debian/docker-entrypoint.sh index 93565ef6..22a6c08a 100755 --- a/debian/docker-entrypoint.sh +++ b/debian/docker-entrypoint.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with