0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00

Show in the search msg that it only searches for '*.sh' files

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
This commit is contained in:
Dennis Vestergaard Værum 2023-05-13 09:08:34 +02:00 committed by J0WI (Rebase PR Action)
parent 8d1c420de0
commit edea64b530

View file

@ -24,7 +24,7 @@ run_path() {
local hook_folder_path="/docker-entrypoint-hooks.d/$1" local hook_folder_path="/docker-entrypoint-hooks.d/$1"
local return_code=0 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}" cd "${hook_folder_path}"