Hi,
I tried the following:
command: sometool arg1 arg2
arg:
Error: couldn't fork
command: /usr/bin/bash /full/path/to/script_that_contains_the_above_command_and_args.sh
arg:
Error: couldn't fork
command: /full/path/to/script_that_contains_the_above_command_and_args.sh
arg:
Error: couldn't fork
Finally this worked:
command: sometool
arg: arg1 arg2
I guess I should have tried this first, but the fact that arg parameter is optional threw me off. Could this please be documented in a more elaborate manner (with some examples)?
Thanks!
Hi,
I tried the following:
command: sometool arg1 arg2
arg:
Error: couldn't fork
command: /usr/bin/bash /full/path/to/script_that_contains_the_above_command_and_args.sh
arg:
Error: couldn't fork
command: /full/path/to/script_that_contains_the_above_command_and_args.sh
arg:
Error: couldn't fork
Finally this worked:
command: sometool
arg: arg1 arg2
I guess I should have tried this first, but the fact that arg parameter is optional threw me off. Could this please be documented in a more elaborate manner (with some examples)?
Thanks!