setup_tundev.sh: fix shebang
This commit is contained in:
parent
24bc1f8140
commit
692780b313
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "usage: $0 <device-id>"
|
||||
|
|
Loading…
Reference in a new issue