diff --git a/scripts/lib.sh b/scripts/lib.sh index eddb1f9cce..dfeb7d5517 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -90,7 +90,7 @@ fi if [ ! -f /www/server/mdserver-web/bin/activate ];then if version_ge "$P_VER" "3.11.0" ;then - echo "python3 > 3.10" + echo "python3 > 3.11" cd /www/server/mdserver-web && python3 -m venv /www/server/mdserver-web else echo "python3 < 3.10"