From 1a5c8319ff677cbaa507dc7e430748d618a46ae6 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Mon, 20 Nov 2017 16:22:09 +0100 Subject: [PATCH] Missing interrupt --- sub_scripts/testing_process.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index 98a79ea..82a56be 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -528,6 +528,9 @@ CHECK_SETUP () { RESULT_check_root=$check_result_setup RESULT_check_remove_root=$check_result_remove fi + + # Make a break if auto_remove is set + break_before_continue } CHECK_UPGRADE () {