From 45915d29142229c4cfb8358b49eca5b8be1b6b5a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 11:48:55 -0700 Subject: [PATCH] Add comment on how to stop the --- cronjob.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cronjob.sh b/cronjob.sh index 0fa42c5..7ce5b14 100755 --- a/cronjob.sh +++ b/cronjob.sh @@ -18,6 +18,9 @@ echo "* Pull status is '$status'." if [[ $status != 0 ]]; then echo "* Site is already up to date, exiting." exit 0 +#else +# # Kill node.js which will complete run.sh and restart any Docker containers. +# pkill node fi exit 0