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)"
|
echo -n "=> Waiting for cloudron to be ready ... (this takes some time)"
|
||||||
while true; do
|
while true; do
|
||||||
echo -n "."
|
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
|
break
|
||||||
fi
|
fi
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|||||||
Reference in New Issue
Block a user