Skip to content

Commit

Permalink
Merge pull request #5 from oxyc/issue-4
Browse files Browse the repository at this point in the history
Issue 4
  • Loading branch information
geerlingguy committed Jan 10, 2017
2 parents 8cfc7b1 + 6432cfb commit a8c7875
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions battery-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,16 @@ TIMES_RUN=0

# Get Drupal VM.
curl -sSL https://github.com/geerlingguy/drupal-vm/archive/master.zip > drupalvm.zip
unzip drupalvm.zip
unzip -u drupalvm.zip
rm drupalvm.zip

# Create a config.yml script to install Drupal _inside_ the VM.
echo 'vagrant_synced_folders: []' >> drupal-vm-master/config.yml
cat <<EOT >| drupal-vm-master/config.yml
vagrant_synced_folders: []
vagrant_synced_folder_default_type: 'rsync'
vagrant_hostname: macbook-pro-battery-test.dev
vagrant_machine_name: macbook_pro_battery_test
EOT

# 1 Infinte Loop.
while :
Expand Down

0 comments on commit a8c7875

Please sign in to comment.