update shebangs to work on nixos

This commit is contained in:
ryleu
2025-10-23 19:11:03 -05:00
committed by David
parent 611ac90f54
commit 90e2aa5070
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Wait for a network interface to be up (not necessarily online)
while ! ip link show | grep -q "state UP"; do