Skip to content

Commit 4f589e6

Browse files
committed
sd_world: remove -e
1 parent 84b767e commit 4f589e6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

sd_world/sd_world.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
2-
set -euo pipefail
2+
set -uo pipefail
3+
4+
# set -e is intentionally omitted to allow the script to continue running and
5+
# attempt all upgrades, even if some fail. This allows for a comprehensive
6+
# summary of successes and failures at the end.
37

48
usage() {
59
cat << EOF

0 commit comments

Comments
 (0)