From 06dace111023d34a3a735af38469266bedef1457 Mon Sep 17 00:00:00 2001 From: lightlike Date: Thu, 4 Jul 2024 08:26:08 +0200 Subject: [PATCH] undo single run on startup --- entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d75c99e..87f7668 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,8 +3,5 @@ echo "Creating cronjob with schedule: ${SCHEDULE}" echo "${SCHEDULE} ansible-playbook /netcup-dns/ansible/update-dns.yaml" > /etc/crontabs/root -echo "Running task once" -exec "ansible-playbook /netcup-dns/ansible/update-dns.yaml" - echo "Running command: '$@'" exec "$@"