You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Append the above code to /home/vagrant/.bashrc? (y/n): y
file_put_contents(/home/vagrant/.bashrc): failed to open stream: Permission denied init.drush.inc:119 [warning]
Updated bash configuration file /home/vagrant/.bashrc [ok]
Start a new shell in order to experience the improvements (e.g. `bash`). [ok]
And I expected this to happen:
Append the above code to /home/vagrant/.bashrc? (y/n): y
Updated bash configuration file /home/vagrant/.bashrc [ok]
Start a new shell in order to experience the improvements (e.g. `bash`). [ok]
The owner of the ~/.bashrc is being changed, to an unknown user within the VM. I'm assuming its the uid of a user on my Host MacOS machine. This seems to be happening because you're injecting your blt-alias into the top of the ~/.bashrc without asking and leaving the file with an invalid owner:group, but I'm not 100% sure.
When I check the owner:group of ~/.bashrc I see this:
The text was updated successfully, but these errors were encountered:
christopher-hopper
changed the title
blt vm writes to bashrc in the DrupalVM and leaves it with the wrong owner
blt vm writes to bashrc in DrupalVM and leaves it unwritable
Jul 7, 2017
My system information:
When I run this command:
I get the following output:
And I expected this to happen:
The owner of the
~/.bashrc
is being changed, to an unknown user within the VM. I'm assuming its the uid of a user on my Host MacOS machine. This seems to be happening because you're injecting yourblt-alias
into the top of the~/.bashrc
without asking and leaving the file with an invalid owner:group, but I'm not 100% sure.When I check the owner:group of
~/.bashrc
I see this:What I should see is this:
The text was updated successfully, but these errors were encountered: