Skip to content

Commit

Permalink
More specific postgres data check
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Apr 2, 2024
1 parent 395444e commit eddbab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let
exit 0
fi
if [ ! -d data/postgres ]; then
if [ ! -f data/postgres/PG_VERSION ]; then
initdb -D data/postgres \
--no-instructions \
--locale=C.UTF-8 \
Expand Down

0 comments on commit eddbab3

Please sign in to comment.