By default the command run in ocs_postrun is shown on the screen. Or you can redirect the output to some file, like:
ocs_prerun="ls -l / > /tmp/myoutput.txt"
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't seem to find the 'output' logs for the ocs_postrun steps I've defined. Am I just daft, or are they not captured in logs?
By default the command run in ocs_postrun is shown on the screen. Or you can redirect the output to some file, like:
ocs_prerun="ls -l / > /tmp/myoutput.txt"
Steven