looper: modify rc.local path to reflect new location

This commit is contained in:
Trek H 2020-05-14 19:50:50 +09:30
parent 5699dc2f97
commit 683feb5df1
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 &