Update HTTP and HTTPS ports

This commit is contained in:
Chigozirim Igweamaka 2024-06-08 13:10:33 +01:00
parent 0acda8f4ef
commit b58c7c0a0f

View file

@ -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