From d7e4f0140bcffe72a4392c0491011e4943bef3cb Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 6 Feb 2006 01:34:26 +0000 Subject: [PATCH] Import from old source --- cron.d/700install_static | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 cron.d/700install_static 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/" -- 2.39.2