From d6bf97cfd672434d86abb8cfe43a708896891592 Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Sun, 3 Mar 2024 14:35:03 -0800 Subject: [PATCH] Turn off exit on error in lib.sh. --- lib.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib.sh b/lib.sh index d371477..2bf4a73 100755 --- a/lib.sh +++ b/lib.sh @@ -1,5 +1,7 @@ #!/bin/bash +set +e + ############################################################################### # Execute the Debian install script. # Arguments: