From a5efab67fbde222a237e838e9d4dc46cce5d12d5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 13 Sep 2020 11:15:46 -0400 Subject: [PATCH] script to update openwebrx config --- groundstation/update.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 groundstation/update.sh diff --git a/groundstation/update.sh b/groundstation/update.sh new file mode 100755 index 00000000..20bc3371 --- /dev/null +++ b/groundstation/update.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# + +echo -e "\nUpdating configurations. \n" + +sudo cp ~/CubeSatSim/groundstation/config_webrx.py /etc/openwebrx/config_webrx.py + +sudo cp ~/CubeSatSim/groundstation/bookmarks.json /etc/openwebrx/bookmarks.json + +sudo cp ~/CubeSatSim/groundstation/readme.txt ~/Desktop + +