From 4a4a96497571bda36b502400e60689264c7c032c Mon Sep 17 00:00:00 2001 From: John Locke Date: Sun, 5 Jul 2015 12:17:13 -0700 Subject: [PATCH] Fix args for prepare-company-database.pl --- start.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 651d8d5..793fd31 100755 --- a/start.sh +++ b/start.sh @@ -18,9 +18,10 @@ if [[ ! -f ledgersmb.conf ]]; then fi if [ ! -z ${CREATE_DATABASE+x} ]; then - perl tools/create-company-database.pl --company $CREATE_DATABASE \ + perl tools/prepare-company-database.pl --company $CREATE_DATABASE \ --host $POSTGRES_HOST \ - --postgres_password "$POSTGRES_PASS" + --owner postgres \ + --password "$POSTGRES_PASS" fi # start ledgersmb