Update sub_scripts/testing_process.sh

Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
Maniack Crudelis 2019-06-20 11:46:24 +02:00 committed by GitHub
parent 45a074c48f
commit a60a9dba9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -538,6 +538,7 @@ is_install_failed () {
# If the test for install on root isn't desactivated # If the test for install on root isn't desactivated
root_install=0
if [ $setup_root -ne 0 ] || [ $setup_nourl -eq 1 ] if [ $setup_root -ne 0 ] || [ $setup_nourl -eq 1 ]
then then
# If a test succeed or if force_install_ok is set # If a test succeed or if force_install_ok is set