dcron icon indicating copy to clipboard operation
dcron copied to clipboard

In run-parts, report script failures into stderr, not stdout.

Open ghost opened this issue 1 year ago • 0 comments

I suggest changing $SCRIPT || echo "$SCRIPT" failed into, say $SCRIPT || echo "$SCRIPT" failed 1>&2.

Motivation: most cron strings ignore standard output.

ghost avatar Nov 25 '23 01:11 ghost