From 65bb0d35ff3ec8e16fd29122f64b56d90d9cffdb Mon Sep 17 00:00:00 2001 From: John Locke Date: Sun, 5 Jul 2015 11:48:48 -0700 Subject: [PATCH] Use create-company-database script for test data creation --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 44f6507..651d8d5 100755 --- a/start.sh +++ b/start.sh @@ -18,7 +18,7 @@ if [[ ! -f ledgersmb.conf ]]; then fi if [ ! -z ${CREATE_DATABASE+x} ]; then - perl tools/dbsetup.pl --company $CREATE_DATABASE \ + perl tools/create-company-database.pl --company $CREATE_DATABASE \ --host $POSTGRES_HOST \ --postgres_password "$POSTGRES_PASS" fi