1

Add reload

This commit is contained in:
Evan Pratten 2023-12-14 10:58:29 -05:00
parent 4e481cc5e7
commit 928d51864f

View File

@ -165,7 +165,7 @@ wg-reload() {
if [ $# != 1 ]; then
echo "Usage: wg-reload <interface>"
else
wg syncconf $1 <(wg-quick strip $1)
sudo wg syncconf $1 <(wg-quick strip $1)
fi
}