summaryrefslogtreecommitdiff
path: root/gemfeed/examples/conf/frontends/scripts/rsync.sh.tpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-02 11:31:38 +0300
committerPaul Buetow <paul@buetow.org>2025-10-02 11:31:38 +0300
commitff9f3a641fec256e1f4b01fcd95590451f656f0a (patch)
tree04f4b0d8d370006bd2cc22e35c4ce76f7ba134d6 /gemfeed/examples/conf/frontends/scripts/rsync.sh.tpl
parentc0f9ecf5e0b075db8e54ef1235ec80878e418398 (diff)
Update content for html
Diffstat (limited to 'gemfeed/examples/conf/frontends/scripts/rsync.sh.tpl')
-rw-r--r--gemfeed/examples/conf/frontends/scripts/rsync.sh.tpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/gemfeed/examples/conf/frontends/scripts/rsync.sh.tpl b/gemfeed/examples/conf/frontends/scripts/rsync.sh.tpl
deleted file mode 100644
index c8d7b004..00000000
--- a/gemfeed/examples/conf/frontends/scripts/rsync.sh.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-PATH=$PATH:/usr/local/bin
-
-# 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