Skip to content

Commit 0f38bc6

Browse files
authored
Fix hack run scripts for sharded clusters (#146)
1 parent 7bc3c5d commit 0f38bc6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

hack/sh-ha/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ source "$BASE/util"
99

1010
SDIR="$BASE/sh-ha"
1111

12+
chmod 400 "$SDIR"/mongo/keyFile
13+
1214
export MONGO_IMAGE=mongo:8
1315
export compose=$SDIR/compose.yml
1416

hack/sh/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ source "$BASE/util"
99

1010
SDIR="$BASE/sh"
1111

12+
chmod 400 "$SDIR"/mongo/keyFile
13+
1214
export MONGO_IMAGE=mongo:8
1315
export compose=$SDIR/compose.yml
1416

0 commit comments

Comments
 (0)