mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-12-26 17:04:14 +08:00
Fixed typo
This commit is contained in:
parent
bc29b89a16
commit
2ec3ee2734
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue