Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Use sudo to create symlink to dsh. #596
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Mar 6, 2014
1 parent af8cd86 commit e7ad308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/vagrant/util/_post_chef_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function echo_red {

# Create a globally accessible command for dshell. So you can easily log in to a container.
if [ ! -h /usr/local/bin/dsh ]; then
ln -s /vagrant/contrib/vagrant/util/dshell /usr/local/bin/dsh
sudo ln -s /vagrant/contrib/vagrant/util/dshell /usr/local/bin/dsh
fi

echo_bold "Updating Django site object from 'example.com' to 'deis-controller'..."
Expand Down

0 comments on commit e7ad308

Please sign in to comment.