jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Last output line is not saved #204

Closed Rido closed 7 years ago

Rido commented 8 years ago

Today I installed minicron and it works great but I found a problem.

The last output line of each command is not saved. The command that I use is: /usr/bin/curl -s 'http://*******/script' 2>&1

I'm using the line mode for the client.

The normal output is:

Servers geupdate

.

When I use minicron the output is:

Servers geupdate

I added the point because the script first only showed Servers geupdate. And then I saw no output at all in Minicron.

jamesrwhite commented 8 years ago

I'll have a look into this when I get a chance, thanks for reporting.

jamesrwhite commented 7 years ago

@Rido can you still reproduce this? I can't myself. I'm closing this pending more info, please re-open it if you still have the issue.