Skip to content

Commit 537828d

Browse files
sfc-gh-jmckulkajmckulk
authored andcommitted
Update pgbackrest-initialization script to be more portable
/bin/bash doesn't work on systems like nix /usr/bin/env bash does other scripts throughout the repo use the more portable option
1 parent a736c14 commit 537828d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/kuttl/scripts/pgbackrest-initialization.sh

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

33
EXPECTED_STATUS=$1
44
EXPECTED_NUM_BACKUPS=$2

0 commit comments

Comments
 (0)