We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: