Use sudoedit for WG configs
This commit is contained in:
parent
ac657e9af6
commit
a6d73960b3
@ -176,7 +176,7 @@ wg-edit() {
|
||||
if [ $# != 1 ]; then
|
||||
echo "Usage: wg-edit <interface>"
|
||||
else
|
||||
sudo nvim /etc/wireguard/$1.conf
|
||||
sudoedit /etc/wireguard/$1.conf
|
||||
fi
|
||||
}
|
||||
|
||||
@ -280,4 +280,4 @@ aspath-long() {
|
||||
else
|
||||
mtr $@ -z -rw -c1 -G0.25 | tail -n +3 | awk '{print $2}' | uniq | cut -c 3- | tr '\n' ',' | sed 's/,/ -> /g' | rev | cut -c 5- | rev
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user