Skip to content

Commit

Permalink
Update auto_pip.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
giga-a authored Sep 24, 2024
1 parent ed83115 commit 717bb0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto_pip.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
echo "[x] Creating pypi Package"

#sudo kill -9 $(lsof -t -i:80); pip3 uinstall honeypots; python3 -m build .

python3 -m build 2>stderr.log 1>stdout.log

if grep -q "error:" stderr.log
Expand Down

0 comments on commit 717bb0c

Please sign in to comment.