mirror of
https://github.com/ceph/ceph
synced 2024-12-27 05:53:20 +00:00
11 lines
119 B
Bash
11 lines
119 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
sudo vi -e /etc/sudoers <<EOF
|
||
|
g/ requiretty/s// !requiretty/
|
||
|
g/ !visiblepw/s// visiblepw/
|
||
|
w!
|
||
|
q
|
||
|
EOF
|
||
|
exit
|
||
|
|