This commit is contained in:
mmaster 2021-09-23 22:30:26 +02:00
parent 2b52d5d7ae
commit c24f1bb43a
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
vars="/home/pi/birdcam/vars"
player="$(cat $vars | grep playercmd | cut -d'=' -f2)"
player_path="$(command -v $player)"
player_package="$(cat $vars | grep playerpackage | cut -d'=' -f2)"