Remove extraneous strings
This commit is contained in:
parent
3dfd71eb03
commit
aecf3eede2
@ -25,7 +25,6 @@ rc-update -u
|
||||
|
||||
# Populate database
|
||||
service mifosx start
|
||||
echo `date` '- Waiting for database to be populated. This should take about a minute.'
|
||||
until grep -q 'Migrating schema `mifostenant-default` to version 5000' /var/log/lxc/mifosx.log; do
|
||||
sleep 1
|
||||
done
|
||||
|
@ -25,7 +25,6 @@ rc-update -u
|
||||
|
||||
# Populate database and create admin account
|
||||
service motech start
|
||||
echo `date` '- Waiting for database to be populated. This should take about a minute.'
|
||||
until curl -s "http://motech:8080/module/server/startup/" | grep -q adminLogin; do
|
||||
sleep 1
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user