Refactor comments and output.

This commit is contained in:
2025-10-14 12:46:57 -07:00
parent 51b2ebf8e6
commit f57583b1a9

View File

@@ -9,11 +9,11 @@ PROG="$(basename -- "${BASH_SOURCE[0]}")"
echo "$DIR/$PROG"
function reload-project {
## Kill node.js which will complete run.sh and restart any Docker containers.
#pkill node
# Do not kill program, just use the new files and if run.sh or main.js were
# changed then they can get reloaded manually or by the nightly backup.
echo "Done!"
## Kill node.js which will complete run.sh and restart any Docker containers.
#pkill node
}
echo "*** Running cronjob @ `date` ***"