Skip to content

Commit 8a41b07

Browse files
author
Christian Kniep
committed
add entrypoints
1 parent 9a903ca commit 8a41b07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ elif [ -S /shareddev/log ];then
88
ln -s /shareddev/log /dev/log
99
logger -s "Created symlink from syslog container"
1010
fi
11+
for x in $(find /opt/qnib/entry/ -s -type f -perm +111);do
12+
echo "> execute entrypoint '${x}'"
13+
"${x}"
14+
done
1115

1216
exec "$@"

0 commit comments

Comments
 (0)