mirror of https://bitbucket.org/ausocean/av.git
Merged in looper-path (pull request #410)
looper: modify rc.local path to reflect new location
This commit is contained in:
commit
4d3bbd680c
|
@ -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 &
|
||||||
|
|
Loading…
Reference in New Issue