diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh index 6870c56..3a981ec 100644 --- a/configs/shells/bash/macros.sh +++ b/configs/shells/bash/macros.sh @@ -165,7 +165,7 @@ wg-reload() { if [ $# != 1 ]; then echo "Usage: wg-reload " else - wg syncconf $1 <(wg-quick strip $1) + sudo wg syncconf $1 <(wg-quick strip $1) fi }