Update wgd.sh

This commit is contained in:
Donald Zou 2024-08-16 02:50:54 -04:00
parent f418bf4f63
commit 2761e728f7

View file

@ -47,7 +47,7 @@ _check_and_set_venv(){
{ $pythonExecutable -m venv $VIRTUAL_ENV; } >> ./log/install.txt { $pythonExecutable -m venv $VIRTUAL_ENV; } >> ./log/install.txt
fi fi
if ! $venv_python --version > /dev/null 2>&1 if ! "$venv_python" --version > /dev/null 2>&1
then then
printf "[WGDashboard] %s Python Virtual Environment under ./venv failed to create. Halting now.\n" "$heavy_crossmark" printf "[WGDashboard] %s Python Virtual Environment under ./venv failed to create. Halting now.\n" "$heavy_crossmark"
exit 1 exit 1