commit 4137107b846021cde5eb5bad34ef88ce38715d7e from: Omar Polo date: Sun May 07 10:02:06 2023 UTC better gzip invocation that actually re-compress the files most files don't change once generated, but the index pages change at every run and the thread page sometimes too, so they ought to be re-compressed. commit - ab14c5d32a664170d9c2dc7f5995a077cfbff0c4 commit + 4137107b846021cde5eb5bad34ef88ce38715d7e blob - c7c0a86c093403846ccd4411d99131332e5da4b5 blob + 17f113092b7bfd76b2d88307048aa9cf8a878fb6 --- smarc.7 +++ smarc.7 @@ -170,7 +170,7 @@ set -e fdm -l fetch minc ~/Mail/smarc | smingest /var/www/msearchd/mails.sqlite3 smarc -gzip -krq /var/www/smarc/ /dev/null || true +yes | gzip -krq /var/www/smarc/ 2>/dev/null || true .Ed .Pp If