From f47770ea6778b2ba59b26f44588639de90113328 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 2 Sep 2019 23:01:09 +0200 Subject: [PATCH] Made script user argnostic with ~ instead of hardcodes user folder --- world-o-techno.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/world-o-techno.rb b/world-o-techno.rb index 92a8825..0b4c5f1 100755 --- a/world-o-techno.rb +++ b/world-o-techno.rb @@ -10,7 +10,7 @@ # GPS ruby code derived from https://github.com/ndarilek/rb-gps # -require '/home/pi/world-o-techno/gps/gps.rb' +require '~/world-o-techno/gps/gps.rb' use_debug false gps = Gps::Receiver.create('gpsd',:host => 'localhost', :port => 2947) @@ -233,4 +233,4 @@ loop do else playSatelliteCount() end -end \ No newline at end of file +end