X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=bin%2FannounceEmail;h=b775335ebe37db8b5246398e44717b9548004ef3;hb=4acb6f612a8cf19db26bc40060ed8e79fb16b91d;hp=deab422a346cbfa547d856b437125e1070587cea;hpb=a9a87bbe82dc57fbb837f86139419eaf76095105;p=clearscm.git diff --git a/bin/announceEmail b/bin/announceEmail index deab422..b775335 100755 --- a/bin/announceEmail +++ b/bin/announceEmail @@ -3,7 +3,7 @@ case $1 in post) # If we send the USR2 signal before the network comes back up then # announceEmail.pl will die trying to re-establish its connection to the - # IMAP server. So instead we use this cheap method of sleeping for a minute + # 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. sleep 60