We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deeaa32 commit 9376ac5Copy full SHA for 9376ac5
init-plain/usr/local/bin/entrypoint.sh
@@ -1,13 +1,6 @@
1
-#!/usr/local/bin/dumb-init /bin/bash
+#!/bin/bash
2
set -e
3
4
-if [ ! -z ${LOGNAME} ] && [ -S /shareddev/${LOGNAME}/log ];then
5
- ln -s /shareddev/${LOGNAME}/log /dev/log
6
- logger -s "Created container specific symlink to syslog container"
7
-elif [ -S /shareddev/log ];then
8
- ln -s /shareddev/log /dev/log
9
- logger -s "Created symlink from syslog container"
10
-fi
11
for x in $(find /opt/qnib/entry/ -type f -perm +111 |sort);do
12
echo "> execute entrypoint '${x}'"
13
"${x}"
0 commit comments