This commit is contained in:
carlospolop
2025-05-25 02:21:39 +02:00
parent 65b98d11ac
commit aab8241ede
2 changed files with 3 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ check_tcp_443(){
for pid in ${pids[@]}; do
wait $pid && exit 0
done
echo "Port 80 is not accessible"
' 2>/dev/null | grep "accessible" || echo "Port 80 is not accessible"
echo "Port 443 is not accessible"
' 2>/dev/null | grep "accessible" || echo "Port 443 is not accessible"
}