From e9d138927b0eb686e28e35c6633397afe39b43ee Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 9 May 2024 15:56:59 -0700 Subject: [PATCH] status: add log --- scripts/cron-status.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/cron-status.sh b/scripts/cron-status.sh index 81d142c..c4d53dc 100644 --- a/scripts/cron-status.sh +++ b/scripts/cron-status.sh @@ -5,3 +5,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"/.. # Save status to file server python3 framework/status-json.py > dist/file-server/status.json + +# Done +echo -e "Status updated at $(date)"