Fix: aktuelles user-verzeichnis, statt hardcoded 'pi'
This commit is contained in:
parent
83fa9900f9
commit
0e12d1d5ac
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ main() {
|
|||
amixer sset PCM 100%
|
||||
|
||||
# play our tune
|
||||
cat /home/pi/world-o-techno/world-o-techno.rb|sonic_pi
|
||||
cat /home/${USER}/world-o-techno/world-o-techno.rb|sonic_pi
|
||||
}
|
||||
|
||||
self_update
|
||||
|
|
Loading…
Reference in a new issue