Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
at sends an unwanted mail to me
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3925
Location: Hamburg

PostPosted: Tue Feb 03, 2015 10:23 pm    Post subject: at sends an unwanted mail to me Reply with quote

I do have build bot which should call itself 24 hours after its last run:
Code:
#!/bin/sh
#
...
at -f ~/fate_bot.sh -M now + 1 day
I'm wondering why "-M" seems to be ignored,b/c I do get every time a mail like the following :
Code:
warning: commands will be executed using /bin/sh
job 7 at Wed Feb  4 23:08:00 2015
a
Code:
man at
gives:
Code:
       -m      Send mail to the user when the job has completed even if there was no output.

       -M      Never send mail to the user.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum