Wait for the configure event to be received

This commit is contained in:
Johannes
2016-10-25 14:33:32 +02:00
parent e94cae88ab
commit 012fbe926f

View File

@@ -82,7 +82,7 @@ ${INSTALLER_SOURCE_DIR}/src/scripts/installer.sh --sourcetarballurl "${sourceTar
echo -n "=> Waiting for cloudron to be ready"
while true; do
echo -n "."
if journalctl -u box -a | grep -q "Cloudron is up and running"; then
if journalctl -u box -a | grep -q "platformReady: configured, resuming tasks"; then
break
fi
sleep 10