diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 4c4e2759a..b0fafc278 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -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