X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=bin%2FannounceEmail;h=b775335ebe37db8b5246398e44717b9548004ef3;hb=10b78beac53843192f7da8a6dbaa2d5e0572b307;hp=d992d89d0e9e011b025b39be1bec655fc531c5a7;hpb=4e6bdcd021a72103bfab56bc3d5a4e11e81d375a;p=clearscm.git diff --git a/bin/announceEmail b/bin/announceEmail index d992d89..b775335 100755 --- a/bin/announceEmail +++ b/bin/announceEmail @@ -6,11 +6,6 @@ case $1 in # IMAP server. So instead we use this cheap method of sleeping for a while # as the network should be back by then. A better method would be to poll # looking for the network to come back up but that's tricker to implement. - # - # Seems like one kill is not enough. Try 2 - spaced a minute apart - /usr/local/bin/setsound.sh 35 - sleep 60 - killall -USR2 announceEmail.pl sleep 60 killall -USR2 announceEmail.pl ;;