Skip to content

Installer: Fix mkdir path and add explicit exit status

Was using a string for the mkdir statement, which was failing. Added explicit success exit status (will start doing that as a convention to avoid possible exit status bubbling of subprocesses.)

Merge request reports