From 52999cf8997591feb16e933ecaf3497161374dbb Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Tue, 15 Jan 2019 11:22:24 +1100 Subject: [PATCH] style --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index 6a13b69..7f21dfd 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -41,4 +41,4 @@ docker run \ sabrehagen/desktop-environment:latest # Wait until the container is running before proceeding -until docker inspect desktop-environment | grep Status | grep -m 1 "running" >/dev/null; do sleep 1 ; done +until docker inspect desktop-environment | grep Status | grep -m 1 "running" >/dev/null; do sleep 1; done