mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 16:00:28 +01:00
Fixed typo
This commit is contained in:
parent
bc29b89a16
commit
2ec3ee2734
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user