diff --git a/deploy/checkServerStatus.sh b/deploy/checkServerStatus.sh index 105c7bee71ea9fbe14426293f3c4cd5c5869dac4..671d785b263cb99acceaef68442efc28cdf7ea25 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