The DirectCommand produced a command String which ended with
"$ wait $> /dev/null"
This suppressed the return code of the command when executed.
(wait without a process id will always return 0!) Also $> /dev/null
finally nullified all the output and e.g. logfiles where empty.
The DirectCommand produced a command String which ended with "$ wait $> /dev/null" This suppressed the return code of the command when executed. (wait without a process id will always return 0!) Also $> /dev/null finally nullified all the output and e.g. logfiles where empty.
!!! Needs also to be merged into master.