From cc8a7710a104657fa09c0d8b5b057f699dd5b6e1 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 14:01:52 -0700 Subject: [PATCH] Enhance comment on WHY there is nothing to do. :) --- cronjob.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjob.sh b/cronjob.sh index 3b86879..48b505f 100755 --- a/cronjob.sh +++ b/cronjob.sh @@ -25,7 +25,7 @@ function kill-project { } function reload-project { - # Nothing to do. + # Nothing to do, run.sh and main.js automatically uses the latest files. log "Project reloaded successfully!" }