Skip to content

Commit 27719b5

Browse files
authored
Remove set -x in install_csi_driver.sh (#220)
# Summary This removes unnecessary bash debug switch in install_csi_driver.sh and aligns it to the standard `set -Eeou pipefail` preamble we use in all shell scripts.
1 parent cf456b6 commit 27719b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev/install_csi_driver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -eux
3+
set -Eeou pipefail
44

55
source scripts/funcs/kubernetes
66

0 commit comments

Comments
 (0)