aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfunctions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 72c5fae..c266756 100755
--- a/functions.sh
+++ b/functions.sh
@@ -532,6 +532,7 @@ function partitionningimage() {
print_info "Root size kB : ${ROOT_SIZE_KB}"
else
error "Error, no partitionning script found."
+ cleanExit ${ERR_1}
fi
return 0