summaryrefslogtreecommitdiff
path: root/scripts/wireguard-proton.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/wireguard-proton.sh')
-rwxr-xr-xscripts/wireguard-proton.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wireguard-proton.sh b/scripts/wireguard-proton.sh
index 564a9f8..afafd0e 100755
--- a/scripts/wireguard-proton.sh
+++ b/scripts/wireguard-proton.sh
@@ -4,7 +4,7 @@
sudo pacman -S --noconfirm wireguard-tools systemd-resolved
# copy all Proton Wireguard config files
-sudo cp ../assets/wireguard/*.conf /etc/wireguard/
+sudo cp ../assets/wireguard-config/*.conf /etc/wireguard/
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved