diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index b1923fe5..9a199028 100644 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -26,7 +26,7 @@ fi # set env var "ENABLE_PERIODIC_VISIT_LOCATE=1" to enable if [ $ENABLE_PERIODIC_VISIT_LOCATE ]; then echo "Starting periodic visite locate..." - echo "0 * * * * php bin/cli visit:locate -q" > /etc/crontabs/root + echo "0 * * * * php /etc/shlink/bin/cli visit:locate -q" > /etc/crontabs/root /usr/sbin/crond & fi