Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jun 2, 2021
1 parent 9795f8c commit 668132a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/postgresql-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ case "${1:-""}" in
--create-snapshot)
check_pgpass_file
check_db_exists
if test $# -ne 2 ; then
if test $# -ne 3 ; then
echo "Expecting exactly 2 more arguments, the snapshot file name template and the ledger state directory."
exit 1
fi
Expand All @@ -259,7 +259,7 @@ case "${1:-""}" in
check_psql_superuser
drop_db
create_db
if test $# -ne 2 ; then
if test $# -ne 3 ; then
echo "Expecting exactly 2 more arguments, the snapshot file and the ledger state directory."
exit 1
fi
Expand Down

0 comments on commit 668132a

Please sign in to comment.