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:
parent
8d1c420de0
commit
edea64b530
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue