mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
6 lines
87 B
Plaintext
Executable File
6 lines
87 B
Plaintext
Executable File
echo "
|
|
$1 ALL=(ALL) NOPASSWD: ALL
|
|
" >> /etc/sudoers.d/$1
|
|
|
|
chmod 0440 /etc/sudoers.d/$1
|