From 35bc9b88c84d845ead59d855c994ac9bc151d035 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 3 Oct 2021 03:11:55 +0300 Subject: fix typos --- assets/js/main.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'assets/js/main.js') diff --git a/assets/js/main.js b/assets/js/main.js index b042c2a..28ffe04 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -231,8 +231,7 @@ function wg_quick_server_file(data) { var path = `/etc/wireguard/${iface}.conf`; return new ConfigFile(path, `# On the server, add this to ${path} and either restart -# the wg-quick@${iface} systemd service, or run \`wg syncconf ${iface} -# ${path}\`. +# the wg-quick@${iface} systemd service, or run \`wg syncconf ${iface} ${path}\`. # Previous contents goes here... @@ -269,7 +268,7 @@ function systemd_client_network_file(data) { var path = `/etc/systemd/network/${iface}.network`; return new ConfigFile(path, `# This is the second file. Put this into ${path} -# and if you're done the first file already, restart the systemd-networkd +# and if you're done with the first file already, restart the systemd-networkd # service. [Match] @@ -332,7 +331,7 @@ function nmcli_server_file(data) { var path = `/etc/NetworkManager/system-connections/${iface}.nmconnection`; return new ConfigFile(path, `# On the server, add this to ${path} -# and run \`nmcli c reload && nmcli c up ${iface}\'; +# and run \`nmcli c reload && nmcli c up ${iface}\`. # Previous contents goes here... -- cgit v1.2.3