Fix entrypoint.sh to /usr/bin/tini (#745)
Somehow this got lost in the updates. The debian tini install puts it into /usr/bin/tini
This commit is contained in:
parent
0980115241
commit
f85706cc19
|
@ -24,4 +24,4 @@ if [[ -z "$uidentry" ]] ; then
|
|||
fi
|
||||
fi
|
||||
|
||||
exec /sbin/tini -s -- /usr/bin/spark-operator "$@"
|
||||
exec /usr/bin/tini -s -- /usr/bin/spark-operator "$@"
|
||||
|
|
Loading…
Reference in New Issue