4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sed -i '/secure_path/ s/$/:\/usr\/local\/bin/' /etc/sudoers
|