diff --git a/groundstation/loc-add-foxtelem.py b/groundstation/loc-add-foxtelem.py index bd00c1b0..c4dd4661 100644 --- a/groundstation/loc-add-foxtelem.py +++ b/groundstation/loc-add-foxtelem.py @@ -129,7 +129,7 @@ if ((latitude != 0) and (longitude != 0) or grid): #print (receiver_gpsSedStr) system(receiver_gpsSedStr) - nameSedStr = 'sudo sed -i "s/ ' + dquote + 'receiver_location' + dquote + ': .*/ ' + dquote + 'receiver_location' + dquote + ': ' + location + ',/g" /var/lib/openwebrx/settings.json' + nameSedStr = 'sudo sed -i "s/ ' + dquote + 'receiver_location' + dquote + ': .*/ ' + dquote + 'receiver_location' + dquote + ': ' + dquote + location + dquote + ',/g" /var/lib/openwebrx/settings.json' #print (nameSedStr) system(nameSedStr)