X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=buildd%2Fcleanup.sh;h=0a1e6200b63d245f53e440cbf592066dd1ccf2bc;hb=0edfd588036d9663063186c6f185391000c0bfaf;hp=79c1223cea701ee5a80f6fdf43b1ddd5429b928c;hpb=328682f98d399e1f24ae7729ec740e56ef6f6257;p=grml-live.git diff --git a/buildd/cleanup.sh b/buildd/cleanup.sh index 79c1223..0a1e620 100755 --- a/buildd/cleanup.sh +++ b/buildd/cleanup.sh @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Oct 7 09:29:22 UTC 2007 [mika] +# Latest change: Don Okt 18 00:32:36 CEST 2007 [mika] ################################################################################ set -e @@ -36,7 +36,7 @@ done # inform on successful removal: if [ "$(echo "$REMOVE_ME" | tr -d ' ' )" != "" ] ; then - echo "deleted files $REMOVE_ME" | mail -s "daily-builds cleanup script" mika@grml.org + echo "deleted files $REMOVE_ME" | mail -s "daily-builds cleanup script" root@localhost fi -# EOF +## END OF FILE #################################################################