1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-06 07:50:13 +01:00

Update wgd.sh

This commit is contained in:
Donald Zou 2024-08-16 02:48:31 -04:00
parent 3d046e4369
commit f418bf4f63

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