This commit is contained in:
Donald Zou
2024-08-17 20:19:52 -04:00
parent 1af708aaea
commit 11421d2d32
2 changed files with 72 additions and 72 deletions

View File

@@ -220,7 +220,7 @@ _checkPythonVersion(){
else
printf "[WGDashboard] %s Could not find a compatible version of Python. Current Python is %s.\n" "$heavy_crossmark" "$version"
printf "[WGDashboard] WGDashboard required Python 3.10, 3.11 or 3.12. Halting install now.\n"
kill $TOP_PID
kill $TOP_PID
fi
}