civicrm / civicrm-buildkit-vagrant

MIT License
21 stars 19 forks source link

Permissions issue on building backdrop sites #46

Open jonhalle opened 5 years ago

jonhalle commented 5 years ago

civibuild install b-master fails when trying to install Backdrop

/home/vagrant/buildkit/src/civibuild.lib.sh: line 815: ./core/scripts/install.sh: Permission denied

I was not able to work out why this happens. However I was able to work around it by editing ~/buildkit/src/civibuild.lib.sh line 815

and specifying php so that line now reads

php ./core/scripts/install.sh ...

rather than relying on the hashbang. Not sure why this occurs, everything is running as the vagrant user. On OSX 10.14.3 if relevant.