Update wgd.sh

This commit is contained in:
Noxcis 2024-08-24 20:04:07 -05:00
parent 8f6a738481
commit fb016bebde

View file

@ -47,7 +47,7 @@ _check_and_set_venv(){
VIRTUAL_ENV="./venv"
if [ ! -d $VIRTUAL_ENV ]; then
printf "[WGDashboard] Creating Python Virtual Environment under ./venv\n"
{ $pythonExecutable -m venv $VIRTUAL_ENV; } >> ./log/install.txt
{ $pythonExecutable -m venv $VIRTUAL_ENV; } >> ./log/install.txt
fi
if ! $venv_python --version > /dev/null 2>&1