mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Remove lsof
dependency in replit deploy (#569)
Use `killall -q python3` instead
This commit is contained in:
parent
3d8da1db58
commit
84b5987ac5
4
.replit
4
.replit
@ -1,3 +1,3 @@
|
|||||||
language = "bash"
|
language = "bash"
|
||||||
run = "kill $(lsof -t -i:5000) > /dev/null 2>&1; pip install -r requirements.txt && ./run"
|
run = "killall -q python3 > /dev/null 2>&1; pip install -r requirements.txt && ./run"
|
||||||
onBoot = "kill $(lsof -t -i:5000) > /dev/null 2>&1; pip install -r requirements.txt && ./run"
|
onBoot = "killall -q python3 > /dev/null 2>&1; pip install -r requirements.txt && ./run"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user