Skip to content

Commit 2af3847

Browse files
committed
Remove set -x, which was added for debugging purposes
1 parent 50fae05 commit 2af3847

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

postgresql/backup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22

33
set -eo pipefail
4-
set -x
54

65
function do_dump_all() {
76
pg_dumpall "$@"

0 commit comments

Comments
 (0)