We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc67c77 + e7ad308 commit ca72140Copy full SHA for ca72140
1 file changed
contrib/vagrant/util/_post_chef_run.sh
@@ -10,7 +10,7 @@ function echo_red {
10
11
# Create a globally accessible command for dshell. So you can easily log in to a container.
12
if [ ! -h /usr/local/bin/dsh ]; then
13
- ln -s /vagrant/contrib/vagrant/util/dshell /usr/local/bin/dsh
+ sudo ln -s /vagrant/contrib/vagrant/util/dshell /usr/local/bin/dsh
14
fi
15
16
echo_bold "Updating Django site object from 'example.com' to 'deis-controller'..."
0 commit comments