X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=bin%2FannounceEmail;h=b775335ebe37db8b5246398e44717b9548004ef3;hb=4acb6f612a8cf19db26bc40060ed8e79fb16b91d;hp=f0fbdd98e9436c4af52e2a1b5a0e00a2411d71a7;hpb=6d7a6ccca97da76244528413adda2e939f05babd;p=clearscm.git diff --git a/bin/announceEmail b/bin/announceEmail index f0fbdd9..b775335 100755 --- a/bin/announceEmail +++ b/bin/announceEmail @@ -6,10 +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 - sleep 60 - killall -USR2 announceEmail.pl sleep 60 killall -USR2 announceEmail.pl ;;