We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b767e commit 4f589e6Copy full SHA for 4f589e6
1 file changed
sd_world/sd_world.sh
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
-set -euo pipefail
+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.
7
8
usage() {
9
cat << EOF
0 commit comments