Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 9a66e7b

Browse files
committed
fix: create.sh readable on macos
1 parent dfca419 commit 9a66e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

create.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ help() {
2525

2626
ROOT=$(dirname "${BASH_SOURCE[0]}")
2727

28+
LC_CTYPE=C
2829
RANDOM_SUFFIX=$(tr -dc 'a-z0-9' </dev/urandom | fold -w 6 | head -n 1)
2930
export INSTANCE_NAME=demo-postgres-${RANDOM_SUFFIX}
3031
echo "$INSTANCE_NAME" > "${ROOT}"/.instance

0 commit comments

Comments
 (0)