Skip to content

Commit e7ad308

Browse files
committed
Use sudo to create symlink to dsh. #596
1 parent af8cd86 commit e7ad308

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)