From 938931b12c0017cd8e7b9bd2adef176dd3524c74 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 11 Sep 2025 20:25:28 +0300 Subject: joern.buetow.org --- frontends/scripts/rsync.sh.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'frontends/scripts') diff --git a/frontends/scripts/rsync.sh.tpl b/frontends/scripts/rsync.sh.tpl index 8d7004b..c8d7b00 100644 --- a/frontends/scripts/rsync.sh.tpl +++ b/frontends/scripts/rsync.sh.tpl @@ -2,5 +2,7 @@ PATH=$PATH:/usr/local/bin -# disabled, as pulled directly from codeberg now -exit 0 +# Sync Joern's content over to Fishfinger! +if [ `hostname -s` = fishfinger ]; then + rsync -av --delete rsync://blowfish.wg0.wan.buetow.org/joernshtdocs/ /var/www/htdocs/joern/ +fi -- cgit v1.2.3