mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-10 17:04:06 +08:00
Update wgd.sh
This commit is contained in:
parent
7ea486307a
commit
6f91d199d8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ install_wgd(){
|
|||
# Check Python3 version
|
||||
version_pass=$(python3 -c 'import sys; print("1") if (sys.version_info.major == 3 and sys.version_info.minor >= 7) else print("0");')
|
||||
if [ $version_pass == "0" ]
|
||||
then echo "| Wireguard Dashboard required Python3.7+ |\n"
|
||||
then printf "| Wireguard Dashboard required Python3.7+ |\n"
|
||||
exit 1
|
||||
fi
|
||||
rm db/hi.txt > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in a new issue