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:
Jim Kleckner 2019-12-19 09:13:53 -08:00 committed by Yinan Li
parent 0980115241
commit f85706cc19
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$@"