Fixes & SEO #9

Merged
me merged 12 commits from dev into main 2025-09-19 13:27:06 -07:00
Showing only changes of commit afac80d543 - Show all commits

2
run.sh
View File

@@ -115,7 +115,7 @@ find files/photos/ -name "*".html -print -delete
done done
end_time="$SECONDS" end_time="$SECONDS"
time="$(( $end_time - $beg_time ))" time="$(( $end_time - $beg_time ))"
log "Finished checking for /photos/ after $time seconds." log "Finished checking for /photos/ after '$time' seconds."
} & } &
## Main ## ## Main ##