fix: change exit code in configure.sh to allow continuation on directory change failure

This commit is contained in:
Simon Larsen
2025-01-27 16:55:47 +00:00
parent 113eda94fa
commit 41c3a14dfa

View File

@@ -180,7 +180,6 @@ main() {
clone_oneuptime
# Configure environment
cd oneuptime || exit 1
touch config.env
print_info "Merging environment templates..."