On Tue, May 11, 2004 at 11:26:08AM +0200, [EMAIL PROTECTED] wrote:
> Mon works properly with scripts that came with the program, but isn't able
> to launch my handmade scripts.

Try adding this to the top of the script:

  exec >/tmp/script.debug.out 2>&1
  set -x

And review /tmp/script.debug.out after Mon calls the script.

Scripts that work off the command line, but don't work when invoked
by a daemon like Mon, usually have some problem with an environment
variable like PATH or a permissions problem with the script or something
the script is calling.

_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to