From 5ad0bc35b6f1e27cf8e1811558ca67ea0a3e6ec2 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Fri, 7 Mar 2025 16:23:49 +0000 Subject: [PATCH] change the last exit to be a exit 0 to be a successful end --- scripts/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configure.sh b/scripts/configure.sh index 006495187..7c2dac9c5 100644 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -243,4 +243,4 @@ else exit 1 fi -exit 1 +exit 0 -- GitLab