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

Give instructions to add permissions for stack user without touching
main config.

Closes-Bug: #1680459
Closes-Bug: #1681418
Change-Id: Idd27e684e63c616466de28c07551729a1e091bdd
This commit is contained in:
Cyril Roelandt 2017-04-06 15:23:13 +02:00 committed by Ian Wienand
parent b87fec9e4b
commit a48ffa8c58
1 changed files with 1 additions and 1 deletions

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