Skip to content

Commit b621657

Browse files
committed
Set -x flag in create_new_user.sh script
1 parent d6cf68d commit b621657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/create_new_user.sh

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

3-
set -Eeuo pipefail
3+
set -Exeuo pipefail
44

55
# Parameters
66
DB_USER="${1}"

0 commit comments

Comments
 (0)