Fix: aktuelles user-verzeichnis, statt hardcoded 'pi'
This commit is contained in:
parent
83fa9900f9
commit
0e12d1d5ac
|
@ -52,7 +52,7 @@ main() {
|
||||||
amixer sset PCM 100%
|
amixer sset PCM 100%
|
||||||
|
|
||||||
# play our tune
|
# 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
|
self_update
|
||||||
|
|
Loading…
Reference in a new issue