mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
Fix args for prepare-company-database.pl
This commit is contained in:
parent
65bb0d35ff
commit
4a4a964975
5
start.sh
5
start.sh
@ -18,9 +18,10 @@ if [[ ! -f ledgersmb.conf ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -z ${CREATE_DATABASE+x} ]; then
|
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 \
|
--host $POSTGRES_HOST \
|
||||||
--postgres_password "$POSTGRES_PASS"
|
--owner postgres \
|
||||||
|
--password "$POSTGRES_PASS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# start ledgersmb
|
# start ledgersmb
|
||||||
|
Loading…
Reference in New Issue
Block a user