From 717bb0cba3afeb2560ed0ae125f6cc180b2204ff Mon Sep 17 00:00:00 2001 From: Giga <52905881+giga-a@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:20:31 -0700 Subject: [PATCH] Update auto_pip.sh --- auto_pip.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_pip.sh b/auto_pip.sh index 36c2170..ca6dfd2 100644 --- a/auto_pip.sh +++ b/auto_pip.sh @@ -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