From 372c0a14c0c3048146698193e33ce71a197228c3 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Mon, 27 May 2019 13:16:02 +0200 Subject: [PATCH] Fix no_url install --- sub_scripts/testing_process.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index a692b27..9d4c99b 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -535,7 +535,7 @@ is_install_failed () { fi # If the test for install on root isn't desactivated - if [ $setup_root -ne 0 ] + if [ $setup_root -ne 0 ] || [ $setup_nourl -eq 1 ] then # If a test succeed or if force_install_ok is set if [ $RESULT_check_root -eq 1 ] || [ $force_install_ok -eq 1 ]