Skip to content

Commit

Permalink
Fixing permissions on post-provision.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Sep 27, 2016
1 parent 5a87e06 commit 03c4f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/drupal-vm/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ extra_packages:
- php-bcmath

post_provision_scripts:
- "../vendor/acquia/blt/scripts/drupal-vm/post-provision.sh"
- "../../../acquia/blt/scripts/drupal-vm/post-provision.sh"
3 changes: 2 additions & 1 deletion scripts/drupal-vm/post-provision.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

export $PATH=/var/www/$(hostname)/vendor/bin:$PATH
# Append vendor/bin to $PATH via ~/.bashrc modification.
grep -q -F 'export PATH=/var/www/$(hostname)/vendor/bin:$PATH' ~/.bashrc | echo 'export PATH=/var/www/$(hostname)/vendor/bin:$PATH' >> ~/.bashrc

0 comments on commit 03c4f82

Please sign in to comment.