From 5a7d62043c99237d3f6bceac0ccc638fd3def59a Mon Sep 17 00:00:00 2001 From: Julien Escario Date: Wed, 22 Jul 2020 15:32:03 +0200 Subject: [PATCH] Fix typo in systemd service --- wireguard/deploy-wg-clients.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/deploy-wg-clients.sh b/wireguard/deploy-wg-clients.sh index 7f4bec3..7f29871 100755 --- a/wireguard/deploy-wg-clients.sh +++ b/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