]> git.deb.at Git - deb/packages.git/commitdiff
Import from old source
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 6 Feb 2006 01:34:26 +0000 (01:34 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 6 Feb 2006 01:34:26 +0000 (01:34 +0000)
cron.d/700install_static [new file with mode: 0755]

diff --git a/cron.d/700install_static b/cron.d/700install_static
new file mode 100755 (executable)
index 0000000..f30a5e1
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+. `dirname $0`/../config.sh
+
+test -d "$htmldir" || mkdir -p "$htmldir"
+
+rsync -aC "$staticdir/"* "$htmldir/"