From 4bda2c3f27f0dc2868a66938ca67066006be12b9 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 22 Aug 2020 20:42:20 +0200 Subject: [PATCH] [FIX] Add explicit 0 return code on bootstrapping --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 0207f84..f0a0041 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -84,3 +84,4 @@ prerequisite [ -z "$NOYAY" ] && install-yay [ -z "$NOLANG" ] && setup-lang [ -z "$NOCREDS" ] && get-creds +exit 0