Skip to content

Commit

Permalink
Fixing post-provision script for Drupal VM. (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Mar 30, 2017
1 parent 9f89290 commit 28ead1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drupal-vm/post-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
BLT_ALIAS_FILE="./vendor/acquia/blt/scripts/blt/alias"
if [ -f "$BLT_ALIAS_FILE" ]
then
grep -q -F 'blt' /home/vagrant/.bashrc || (cat "$BLT_ALIAS_FILE" /home/vagrant/.bashrc > temp && mv temp /home/vagrant/.bashrc)
grep -q -F 'function blt' /home/vagrant/.bashrc || (cat "$BLT_ALIAS_FILE" /home/vagrant/.bashrc > temp && mv temp /home/vagrant/.bashrc)
else
echo "Make sure you're in the project root and have run composer install."
exit 1
Expand Down

0 comments on commit 28ead1b

Please sign in to comment.