]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.reboot
Remove obsolete lintian tags
[dak.git] / config / debian / cron.reboot
index 241dd84670be4b9d155bf64d172887fc989ed423..26d507e47c0263bcd28930deb2650bf90c653923 100755 (executable)
@@ -18,6 +18,7 @@
 
 # exit on errors
 set -e
+set -o pipefail
 # make sure to only use defined variables
 set -u
 # ERR traps should be inherited from functions too. (And command
@@ -39,7 +40,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