From 106a3e7ce8a9bd1f2e8e1b15e5144422b822a9ba Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Tue, 3 May 2016 15:52:23 +0200
Subject: [PATCH] Bugfix

---
 deploy/checkServerStatus.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/checkServerStatus.sh b/deploy/checkServerStatus.sh
index e7ec2593e..ee995a4c4 100755
--- a/deploy/checkServerStatus.sh
+++ b/deploy/checkServerStatus.sh
@@ -36,7 +36,7 @@ then
 		ssh-keygen -t rsa -N "" -f id_rsa
 		cd ~/
 	fi
-	vagrant box add laravel/homestead
+	vagrant box add --provider virtualbox laravel/homestead
 	git clone https://github.com/laravel/homestead.git Homestead
 	cd Homestead/
 	bash init.sh
-- 
GitLab