From 2ec3ee2734ce2f49a5c7752f760b98bc9094a000 Mon Sep 17 00:00:00 2001 From: Dselen Date: Mon, 26 Aug 2024 13:42:08 -0500 Subject: [PATCH] Fixed typo --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 680698d..d27710f 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -194,7 +194,7 @@ _installPythonPip(){ fi } -checkWireguard(){ +_checkWireguard(){ # Check if wg and wg-quick are installed if ! command -v wg > /dev/null 2>&1 || ! command -v wg-quick > /dev/null 2>&1 then