Skip to content

Commit

Permalink
remove pip list
Browse files Browse the repository at this point in the history
  • Loading branch information
clavay authored and trombastic committed Jun 29, 2023
1 parent e7b868c commit 1c5a790
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c5a790

Please sign in to comment.