From 41c3a14dfa7db6aff9725d5d263366d1f30377fd Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 27 Jan 2025 16:55:47 +0000 Subject: [PATCH] fix: change exit code in configure.sh to allow continuation on directory change failure --- configure.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.sh b/configure.sh index c9662522c1..e6ee8733df 100644 --- a/configure.sh +++ b/configure.sh @@ -180,7 +180,6 @@ main() { clone_oneuptime # Configure environment - cd oneuptime || exit 1 touch config.env print_info "Merging environment templates..."