mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 09:24:19 +00:00
Update HTTP and HTTPS ports
This commit is contained in:
parent
0acda8f4ef
commit
b58c7c0a0f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
HTTP_PID=$(sudo lsof -t -i:80)
|
||||
HTTPS_PID=$(sudo lsof -t -i:443)
|
||||
HTTP_PID=$(sudo lsof -t -i:5000)
|
||||
HTTPS_PID=$(sudo lsof -t -i:4443)
|
||||
|
||||
|
||||
if [ -n "$HTTP_PID" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue