Browse Source

Fix typo in systemd service

pull/1/head
Julien Escario 4 years ago
parent
commit
5a7d62043c
  1. 2
      wireguard/deploy-wg-clients.sh

2
wireguard/deploy-wg-clients.sh

@ -41,7 +41,7 @@ echo "Now you should read https://wiki.altinea.fr/doku.php/wireguard#cote_concen
read -n1 -r -p "Press space only AFTER configuration is done ..."
# Enable and start interface (systemctl needed)
systemctl enable wg-quick@vpnalinea.service && systemctl daemon-reload && systemctl start wg-quick@vpnaltinea
systemctl enable wg-quick@vpnaltinea.service && systemctl daemon-reload && systemctl start wg-quick@vpnaltinea
# Run a ping to make the interface usable
ping -c1 192.168.25.1

Loading…
Cancel
Save