Skip to content

Commit ca72140

Browse files
committed
Merge branch 'dsh-perm-fix' of https://github.com/tombh/deis into tombh-dsh-perm-fix
2 parents dc67c77 + e7ad308 commit ca72140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/vagrant/util/_post_chef_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function echo_red {
1010

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

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

0 commit comments

Comments
 (0)