Skip to content
Snippets Groups Projects
Commit 85be8191 authored by Juve, Gideon's avatar Juve, Gideon
Browse files

Setup script exitcode should be ignored

parent add50488
No related branches found
No related tags found
No related merge requests found
......@@ -72,5 +72,7 @@ export CASEROOT
export ACMEROOT
# Run the setup script
./$SETUP_SCRIPT
./$SETUP_SCRIPT || true
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment