mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-02-02 07:41:11 -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
|
||||
run: |
|
||||
expected_ports=("9090" "3000" "5432")
|
||||
expected_ports=("9090" "3000")
|
||||
for port in "${expected_ports[@]}"
|
||||
do
|
||||
if ! netstat -tuln | grep -q ":$port "; then
|
||||
|
|
Loading…
Reference in a new issue