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!" }