diff --git a/cronjob.sh b/cronjob.sh index 0d8eb51..08fd0b3 100755 --- a/cronjob.sh +++ b/cronjob.sh @@ -25,7 +25,8 @@ function kill-project { } function reload-project { - # Nothing to do, run.sh and main.js automatically uses the latest files. + # Not much to do, run.sh and main.js automatically uses the latest files. + rm -v files/photos/index.html log "Project reloaded successfully!" }