summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
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