From 2e39a7678932ba502f889c822187ef0215b51942 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Tue, 3 May 2016 15:53:46 +0200 Subject: [PATCH] Bugfix --- deploy/checkServerStatus.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/checkServerStatus.sh b/deploy/checkServerStatus.sh index ee995a4c4..04fc03e90 100755 --- a/deploy/checkServerStatus.sh +++ b/deploy/checkServerStatus.sh @@ -42,6 +42,7 @@ then bash init.sh cd ~/ cp -f "$path/deploy/Homestead.yaml" .homestead/ + cd Homestead/ vagrant up echo "Your server is now running under http://localhost:8000" fi -- GitLab