From ccd4f4d051cb274f2733a22388bd44fd93a8b4f7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 15:10:14 -0700 Subject: [PATCH] Of course I think of something AFTER the release, lol! Reset the photo index file so that any changed CSS is adapted. --- cronjob.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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!" }