Only check for platformReady prefix
This commit is contained in:
@@ -167,7 +167,7 @@ fi
|
||||
echo -n "=> Waiting for cloudron to be ready ... (this takes some time)"
|
||||
while true; do
|
||||
echo -n "."
|
||||
if journalctl -u box -a | grep "platformReady: configured, resuming tasks" >/dev/null; then
|
||||
if journalctl -u box -a | grep "platformReady: " >/dev/null; then
|
||||
break
|
||||
fi
|
||||
sleep 10
|
||||
|
||||
Reference in New Issue
Block a user