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 <noreply@anthropic.com>
This commit is contained in:
parent
7784076c82
commit
cf9ae11c3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue