summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-11 20:25:28 +0300
committerPaul Buetow <paul@buetow.org>2025-09-11 20:25:28 +0300
commit938931b12c0017cd8e7b9bd2adef176dd3524c74 (patch)
treefbc06453c96391e58f3929134baef4d561ae154f /frontends/scripts
parent893faf6252509790d14490325a92b26b7fa0817d (diff)
joern.buetow.org
Diffstat (limited to 'frontends/scripts')
-rw-r--r--frontends/scripts/rsync.sh.tpl6
1 files changed, 4 insertions, 2 deletions
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