Skip to content
Snippets Groups Projects
Commit 8f3fc243 authored by patmjen's avatar patmjen
Browse files

Fix error in init script

module avail prints its output to stderr. In interactive shells, it
seems this stderr is automatically redirected to stdout, so grep
would pick it up. This is not the case in batch jobs, so we manually
redirect the stderr output to stdout.
parent 678d3f95
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment