This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Make post-provision.sh script less opinionated #1264
Labels
Enhancement
A feature or feature request
My system information:
When I run this command:
I get the following output:
Either:
or:
And I expected this to happen:
The BLT alias should be added successfully.
Summary
Basically, there are a two assumptions made in this script which may not be universally true:
/vagrant
mount. This may not be true if you're trying to use any type of VM-like environment outside of Drupal VM-created-inside-a-BLT-project.env bash
will always be available.So to fix... could we:
#!/bin/bash
instead of#!/usr/bin/env bash
in the top of the script?The text was updated successfully, but these errors were encountered: