diff --git a/install_venv.sh b/install_venv.sh index cba9a8e6..6efaecef 100755 --- a/install_venv.sh +++ b/install_venv.sh @@ -466,9 +466,7 @@ function user_setup(){ # stop pyscada and show some python3 packages installed function stop_pyscada(){ debug "stop_pyscada" - - pip3 list | grep -i -E 'pyscada|channels|asgiref' - + echo "Stopping PyScada" systemctl stop pyscada gunicorn gunicorn.socket sleep 1 # Give systemd time to shutdown