mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-08-28 07:51:13 +00:00
Fixed typo
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user