sumityadav / cronnix

Automatically exported from code.google.com/p/cronnix
2 stars 0 forks source link

default text in command field #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When you create a new record in the field for the team says:
echo "Happy New Year!"
This command does not work, because interpreter misinterprets the combination !"
$ echo "Happy New Year!"
-bash:! ": event not found

To solve this problem need to replace double quotes with single quotes.

if u not understand pls see image in attachment

Original issue reported on code.google.com by juice...@gmail.com on 23 Dec 2012 at 1:52

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for your bug report. This command is of little practical use anyway, 
because in the default configuration it would execute and you'd never see any 
effect. Its output would silently end up in some system log or in root's local 
mail. It was added as an illustration. I should have added something like

/usr/bin/say "Happy new year"

instead. CronniX is not under active development anymore but maybe someone else 
wants to make this change :)

Original comment by sven.a.s...@gmail.com on 23 Dec 2012 at 11:18

GoogleCodeExporter commented 8 years ago
Got it, thanks for the reply!

Original comment by juice...@gmail.com on 24 Dec 2012 at 9:18