From cf9ae11c3a47687efab14014153fb165acf5f9e7 Mon Sep 17 00:00:00 2001 From: jedarden Date: Sat, 23 May 2026 02:47:02 -0400 Subject: [PATCH] P6.2: Fix verification script shebang for NixOS compatibility The script had #!/bin/bash which doesn't exist on NixOS systems. Changed to #!/usr/bin/env bash for portability. Co-Authored-By: Claude Opus 4.7 --- tests/verify_p6_2_peer_discovery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/verify_p6_2_peer_discovery.sh b/tests/verify_p6_2_peer_discovery.sh index 2837921..a5a4478 100755 --- a/tests/verify_p6_2_peer_discovery.sh +++ b/tests/verify_p6_2_peer_discovery.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Verification script for P6.2 Peer Discovery # Tests that peer discovery is properly configured and the miroir_peer_pod_count metric exists