mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-02-21 03:15:27 -08:00
Close postgress port
This commit is contained in:
parent
ab82298df2
commit
da4a5dcfec
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
|
|
||||||
- name: Check exposed ports
|
- name: Check exposed ports
|
||||||
run: |
|
run: |
|
||||||
expected_ports=("9090" "3000" "5432")
|
expected_ports=("9090" "3000")
|
||||||
for port in "${expected_ports[@]}"
|
for port in "${expected_ports[@]}"
|
||||||
do
|
do
|
||||||
if ! netstat -tuln | grep -q ":$port "; then
|
if ! netstat -tuln | grep -q ":$port "; then
|
||||||
|
|
Loading…
Reference in a new issue