X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F700install_static;fp=cron.d%2F700install_static;h=f30a5e10635d3a71c014fb645cfc2d53bbdc8a11;hb=d7e4f0140bcffe72a4392c0491011e4943bef3cb;hp=0000000000000000000000000000000000000000;hpb=264b1245548e5c5494778a813e5e48897168b008;p=deb%2Fpackages.git 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/"