From 31b688aa4f85743a384c780314366cace91cb2e2 Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Tue, 3 May 2016 15:40:26 +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 105c7bee7..671d785b2 100755
--- a/deploy/checkServerStatus.sh
+++ b/deploy/checkServerStatus.sh
@@ -40,7 +40,7 @@ then
 	git clone https://github.com/laravel/homestead.git Homestead
 	cd Homestead/
 	bash init.sh
-	mv -f "$path/deploy/Homestead.yaml" .homestead/
+	cp -f "$path/deploy/Homestead.yaml" .homestead/
 	vagrant up
 	echo "Your server is now running under http://localhost:8000"
 fi
-- 
GitLab