Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix bug of override the content of /etc/sudoers
Fix bug of override the content of /etc/sudoers on the command 
```
$ sudo tee <<<"stack ALL=(ALL) NOPASSWD: ALL" /etc/sudoers
```
  • Loading branch information
Honghe authored Mar 10, 2017
commit 62d2794c2ddc74f896dc927f843d7f0d5ddb9398
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ have sudo privileges:

::

$ sudo tee <<<"stack ALL=(ALL) NOPASSWD: ALL" /etc/sudoers
$ sudo tee -a <<<"stack ALL=(ALL) NOPASSWD: ALL" /etc/sudoers
$ sudo su - stack

Download DevStack
Expand Down