Merge "Do not ask users to overwrite their /etc/sudoers file"

This commit is contained in:
Jenkins 2017-04-12 03:23:52 +00:00 committed by Gerrit Code Review
commit 84a37e3170

View File

@ -63,7 +63,7 @@ have sudo privileges:
::
$ sudo tee <<<"stack ALL=(ALL) NOPASSWD: ALL" /etc/sudoers
$ echo "stack ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/stack
$ sudo su - stack
Download DevStack