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 06b9d46 commit 71a6937Copy full SHA for 71a6937
bin/entrypoint.sh
@@ -1,7 +1,7 @@
1
#!/usr/local/bin/dumb-init /bin/bash
2
set -e
3
4
-if [ -z ${LOGNAME} -a -S /shareddev/${LOGNAME}/log ];then
+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
0 commit comments