| commit | 84a37e317002a7ec397728302b847670fde9b5dd | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Wed Apr 12 03:23:52 2017 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Wed Apr 12 03:23:52 2017 +0000 |
| tree | d0ec6830e2a6531fef7737ccbd34ffb0130b2193 | |
| parent | e8b84dbc59c6b554711cba56ce86680fc3597587 [diff] | |
| parent | a48ffa8c5823d2e0c26fff6ec9804f9da1981ffa [diff] |
Merge "Do not ask users to overwrite their /etc/sudoers file"
diff --git a/doc/source/index.rst b/doc/source/index.rst index c3bac9d..cbd6971 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst
@@ -63,7 +63,7 @@ :: - $ 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