From: Frank Lichtenheld Date: Mon, 6 Feb 2006 01:34:26 +0000 (+0000) Subject: Import from old source X-Git-Tag: switch-to-templates~168 X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=d7e4f0140bcffe72a4392c0491011e4943bef3cb Import from old source --- diff --git a/cron.d/700install_static b/cron.d/700install_static new file mode 100755 index 0000000..f30a5e1 --- /dev/null +++ b/cron.d/700install_static @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +. `dirname $0`/../config.sh + +test -d "$htmldir" || mkdir -p "$htmldir" + +rsync -aC "$staticdir/"* "$htmldir/"