Skip to content

Commit

Permalink
Fix entrypoint.sh to /usr/bin/tini (kubeflow#745)
Browse files Browse the repository at this point in the history
Somehow this got lost in the updates.
The debian tini install puts it into /usr/bin/tini
  • Loading branch information
jkleckner authored and liyinan926 committed Dec 19, 2019
1 parent 0980115 commit f85706c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit f85706c

Please sign in to comment.