1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-30 22:50:14 +02:00

Update wgd.sh

This commit is contained in:
Donald Cheng Hong Zou 2021-12-20 19:54:53 -05:00
parent ea57c8cad4
commit 304d4293f3

View File

@ -28,7 +28,7 @@ _check_and_set_venv(){
if [ ! -d $VIRTUAL_ENV ]; then
python3 -m venv $VIRTUAL_ENV
fi
. ${VIRTUAL_ENV}/activate
. ${VIRTUAL_ENV}/bin/activate
}
install_wgd(){