1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-06 16:00:28 +01:00

Fixed typo

This commit is contained in:
Dselen 2024-08-26 13:42:08 -05:00
parent bc29b89a16
commit 2ec3ee2734

View File

@ -194,7 +194,7 @@ _installPythonPip(){
fi fi
} }
checkWireguard(){ _checkWireguard(){
# Check if wg and wg-quick are installed # Check if wg and wg-quick are installed
if ! command -v wg > /dev/null 2>&1 || ! command -v wg-quick > /dev/null 2>&1 if ! command -v wg > /dev/null 2>&1 || ! command -v wg-quick > /dev/null 2>&1
then then