Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install-docker.sh: fix failure when not run as root
During Vagrant setup, the provisionning step was run as root so that was fine but when setting up Notos, we are provisionning the new machine as a regular user with sudo access so the fix was needed. Error fixed: ``` + echo 'export PATH="$PATH:/usr/local/bin"' ./birdhouse/vagrant-utils/install-docker.sh: line 93: /etc/profile.d/usr_local_path.sh: Permission denied ```
- Loading branch information