setup_tundev.sh: fix shebang

This commit is contained in:
Thomas Kolb 2024-05-31 20:09:53 +02:00
parent 24bc1f8140
commit 692780b313

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ -z "$1" ]; then
echo "usage: $0 <device-id>"