From ad83090b05efd35d839fc821df693a0216efa709 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 14:01:08 -0700 Subject: [PATCH] Add further comments for future self and others. --- cronjob.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cronjob.sh b/cronjob.sh index 2605c9d..3b86879 100755 --- a/cronjob.sh +++ b/cronjob.sh @@ -18,6 +18,8 @@ function log { function kill-project { # Kill node.js which will complete run.sh and restart any Docker containers. + # This is more intended towards Development and Stage sites since Production + # will only see git changes when a pull request is manually completed. log "Stopping continuous processes!" pkill node }