1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-07-02 15:30:42 +02:00

Update wgd.sh

This commit is contained in:
Donald Cheng Hong Zou 2021-09-03 13:55:41 -04:00
parent b4014eb317
commit 37d254c827

View File

@ -20,7 +20,7 @@ help () {
install_wgd(){
minimum_python_version=3.7
python_version=$(python3 -c 'import sys; print(".".join(map(str, sys.version_info[0:2])))')
if [ $python_version \> $minimum_python_version]
if [ $python_version \> $minimum_python_version ]
then echo "true"
else
echo "false"