X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.reboot;h=b0129733422ee1ff4e8e4ec40e13f356a4cd1654;hb=f0bfd37e7286156598d79b53501ebe2000bb7924;hp=241dd84670be4b9d155bf64d172887fc989ed423;hpb=6411bdb24f02bb6ab902502ae4b0c78bf7dc9034;p=dak.git diff --git a/config/debian/cron.reboot b/config/debian/cron.reboot index 241dd846..b0129733 100755 --- a/config/debian/cron.reboot +++ b/config/debian/cron.reboot @@ -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