From 084e13c8c68f8acf90be6ef7845194542f6eeba0 Mon Sep 17 00:00:00 2001 From: azureazure Date: Fri, 15 May 2026 17:23:15 +0200 Subject: fix post.sh --- post.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/post.sh b/post.sh index 3171e58..fe106f0 100755 --- a/post.sh +++ b/post.sh @@ -1,8 +1,7 @@ -#!/bin/sh +#!/usr/bin/env bash +shopt -s globstar ./build.sh -gzip -k public/**/*.html -gzip -k public/**/*.css -gzip -k public/**/*.xml +gzip -9 -f -k public{/,/**/}*.{html,css,xml} rsync -rtvzP public/ --rsync-path='doas rsync' \ lemurianmage@slimegirl.nexus:/var/www/htdocs/slimegirl.nexus -- cgit v1.2.3