Commit 464daf8
committed
fix: disable set -e during custom_script execution
Custom scripts may have commands that return non-zero exit codes
even when successful (e.g., checking if something exists). Wrapping
with set +e / set -e prevents these from aborting the entire install.1 parent f86d926 commit 464daf8
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments