Close modules stdin
Refactor execution of modules in diagnostics.sh
- Close stdin (redirect
/dev/null
) when running a module (fix #13 (closed))
Also
- Exit immediately when mount fails in
os_release
(which happens in #1 and #11 and makes @jschlehofer happy in #14 (closed)🙃 )
Edited by Vojtech Myslivec