From 0e12d1d5acc07b959db4598bfaccaa53fe0435a9 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 2 Sep 2019 22:31:21 +0200 Subject: [PATCH] Fix: aktuelles user-verzeichnis, statt hardcoded 'pi' --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index e0cd1e8..1377f4e 100755 --- a/startup.sh +++ b/startup.sh @@ -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