From 5882e8b1949e56e46613ede3486a05bcfa72d142 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sat, 20 Jul 2024 05:00:25 +0200 Subject: [PATCH] Typo wg5 --- script/installer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/installer.pl b/script/installer.pl index 4c27178..24eb633 100644 --- a/script/installer.pl +++ b/script/installer.pl @@ -43,7 +43,7 @@ sub install_from_script($script, $output_file) { } sub install_if_new_wireguard { - system 'systemctl', 'restart', 'wg-quick@wg0' if install_from_script('get_wg_config.pl', '/etc/wireguard/wg5.conf'); + system 'systemctl', 'restart', 'wg-quick@wg0' if install_from_script('get_wg_config.pl', '/etc/wireguard/wg0.conf'); } sub install_if_new_whitelist {