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