diff --git a/entrypoint.sh b/entrypoint.sh index a2921e5f..f3c83eba 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 "$@"