1

Use sudoedit for WG configs

This commit is contained in:
Evan Pratten 2024-01-21 13:46:18 -05:00
parent ac657e9af6
commit a6d73960b3

View File

@ -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
}
}