]> git.donarmstrong.com Git - dak.git/blobdiff - config/debian/cron.reboot
More changes for franck
[dak.git] / config / debian / cron.reboot
index 241dd84670be4b9d155bf64d172887fc989ed423..b0129733422ee1ff4e8e4ec40e13f356a4cd1654 100755 (executable)
@@ -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