From f2fc0f510de683d91d70e6043bb1898d153415cc Mon Sep 17 00:00:00 2001 From: Matteo Ruina Date: Thu, 21 Apr 2022 09:49:01 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 524f599..24e9d87 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,6 +31,6 @@ chmod 0644 "${cron_file}" while true; do - echo "Container up and running..." + echo "$(date): Container up and running, sleeping for 86400 seconds..." sleep 86400 done