Configure sudo
parent
fe9e38bc0e
commit
c93e649309
|
@ -27,6 +27,7 @@ check_root() {
|
|||
|
||||
add_user_ogrepository() {
|
||||
useradd -r -s /bin/bash ogrepository
|
||||
echo 'ogrepository ALL=(ALL) NOPASSWD: /usr/bin/python3' > ogrepository
|
||||
}
|
||||
|
||||
create_directories() {
|
||||
|
|
Loading…
Reference in New Issue