diff --git a/docker/periodic/daily/zipkin-dependencies-yesterday b/docker/periodic/daily/zipkin-dependencies-yesterday index 7d500cf..9d43f7b 100644 --- a/docker/periodic/daily/zipkin-dependencies-yesterday +++ b/docker/periodic/daily/zipkin-dependencies-yesterday @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2016-2020 The OpenZipkin Authors +# Copyright 2016-2021 The OpenZipkin Authors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at @@ -13,4 +13,4 @@ # the License. # -java ${JAVA_OPTS} -jar /zipkin-dependencies/zipkin-dependencies.jar `date -ud yesterday +%F` +start-zipkin-dependencies `date -ud yesterday +%F` diff --git a/docker/periodic/hourly/zipkin-dependencies-today b/docker/periodic/hourly/zipkin-dependencies-today index 40434d1..084d7ac 100644 --- a/docker/periodic/hourly/zipkin-dependencies-today +++ b/docker/periodic/hourly/zipkin-dependencies-today @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2016-2020 The OpenZipkin Authors +# Copyright 2016-2021 The OpenZipkin Authors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at @@ -13,4 +13,4 @@ # the License. # -java ${JAVA_OPTS} -jar /zipkin-dependencies/zipkin-dependencies.jar +start-zipkin-dependencies