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 39708df commit 4b5b57fCopy full SHA for 4b5b57f
init-plain/usr/local/bin/entrypoint.sh
@@ -6,7 +6,7 @@ for x in $(find /opt/qnib/entry/ -type f -perm /u+x |sort);do
6
if [[ "$x" == *.env ]];then
7
source ${x}
8
else
9
- ./${x}
+ ${x}
10
fi
11
done
12
0 commit comments