Fix: aktuelles user-verzeichnis, statt hardcoded 'pi'

This commit is contained in:
Michael 2019-09-02 22:31:21 +02:00
parent 83fa9900f9
commit 0e12d1d5ac
1 changed files with 1 additions and 1 deletions

View File

@ -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