]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.reboot
Merge branch 'master' into dbtests
[dak.git] / config / debian / cron.reboot
index 865efcbe382b259b1f2e338336d93987d5dfce43..b0129733422ee1ff4e8e4ec40e13f356a4cd1654 100755 (executable)
@@ -26,7 +26,7 @@ set -u
 set -E
 
 # import the general variable set.
-export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars
+export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
 . $SCRIPTVARS
 
 # common functions are "outsourced"
@@ -39,7 +39,7 @@ DEBUG=0
 PROGRAM="dinstall_reboot"
 
 # where do we want mails to go? For example log entries made with error()
-if [ "x$(hostname -s)x" != "xriesx" ]; then
+if [ "x$(hostname -s)x" != "xfranckx" ]; then
     # Not our ftpmaster host
     MAILTO=${MAILTO:-"root"}
 else