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