mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 01:14:23 +00:00
Update stop_server.sh
This commit is contained in:
parent
e8674eb729
commit
aceaa748c8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
PID=$(sudo lsof -t -i:5000)
|
||||
|
||||
if [ -n "$PID" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue