diff --git a/src/wgd.sh b/src/wgd.sh index c701556..f6b93cd 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -187,7 +187,7 @@ install_wgd(){ version_pass=$(python3 -c 'import sys; print("1") if (sys.version_info.major == 3 and sys.version_info.minor >= 10) else print("0");') if [ $version_pass == "0" ] then - printf "[WGDashboard] WGDashboard required Python 3.7 or above\n" + printf "[WGDashboard] WGDashboard required Python 3.10 or above\n" exit 1 fi