X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.monthly;h=9d7a68ba9abcdd227b23d20c23db36717391d151;hb=c226cee81a6268cfdb03dd2ac42efaaae748bdbb;hp=99bb434fdd008bb42b40a28ac4702e68c9cd9b53;hpb=59fd5aa2a8be3b76dbc968429c457f096adfa472;p=dak.git diff --git a/config/debian/cron.monthly b/config/debian/cron.monthly index 99bb434f..9d7a68ba 100755 --- a/config/debian/cron.monthly +++ b/config/debian/cron.monthly @@ -1,9 +1,10 @@ #!/bin/sh # -# Run at the beginning of the month via cron, out of katie's crontab. +# Run at the beginning of the month via cron, out of dak's crontab. set -e -export SCRIPTVARS=/org/ftp.debian.org/katie/vars +set -u +export SCRIPTVARS=/org/ftp.debian.org/dak/config/debian/vars . $SCRIPTVARS ################################################################################