Merged in looper-path (pull request #410)

looper: modify rc.local path to reflect new location
This commit is contained in:
Trek Hopton 2020-05-14 10:29:50 +00:00
commit 4d3bbd680c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
printf "rc.local started" # show start of execution printf "rc.local started" # show start of execution
set -x # tell sh to display commands before execution set -x # tell sh to display commands before execution
PLAYERPATH=/home/pi/go/src/bitbucket.org/ausocean/av/cmd/audio-player/looper PLAYERPATH=/home/pi/go/src/bitbucket.org/ausocean/av/cmd/looper
cd $PLAYERPATH cd $PLAYERPATH
sudo ./looper -path=/home/pi/example.mp3 & sudo ./looper -path=/home/pi/example.mp3 &