Skip to content

Commit 0eb9876

Browse files
dustymabejlebon
authored andcommitted
drop set -x
I'm finding it a little too verbose for now.
1 parent 97f25a5 commit 0eb9876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-coreos-disk-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/bash
2-
set -eux -o pipefail
2+
set -euo pipefail
33

44
# Run this script on a fully up to date Fedora 41 VM with SELinux
55
# in permissive mode and the following tools installed:

0 commit comments

Comments
 (0)