Merge pull request #5 from gherlein/main

fixed testvfo.sh to use ./tune instead of tune
This commit is contained in:
Kuba 2025-02-21 20:08:12 +01:00 committed by GitHub
commit 08e93f4172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit dbb26b33c7630fe4e3690fbabfb6de0b019c05d2
Subproject commit f01bdb64bcdb6207f448379193bc0a8accb9aa22

Binary file not shown.

View File

@ -1,3 +1,3 @@
#!/bin/sh
sudo tune -f "$1"
sudo ./tune -f "$1"