From edea64b530ca145fb065be2e9178e7ce8a1edbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Vestergaard=20V=C3=A6rum?= Date: Sat, 13 May 2023 09:08:34 +0200 Subject: [PATCH] Show in the search msg that it only searches for '*.sh' files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dennis Vestergaard Værum --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index fb07f7be..51c68a07 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -24,7 +24,7 @@ run_path() { local hook_folder_path="/docker-entrypoint-hooks.d/$1" local return_code=0 - echo "=> Searching for scripts to run in the folder: ${hook_folder_path}" + echo "=> Searching for scripts (*.sh) to run in the folder: ${hook_folder_path}" ( cd "${hook_folder_path}"