plone / Installers-UnifiedInstaller

Linux/BSD/OSX Installer
28 stars 24 forks source link

Return proper exit code on error #114

Open NicolasGoeddel opened 3 years ago

NicolasGoeddel commented 3 years ago

If the install.sh script fails it does not return a non-zero exit code. This is an issue when using it in a Docker build. If the installation threw an error it returns 0 as exit code and the docker build goes on when in fact it should stop immediately.