diff --git a/README.md b/README.md index 838716b..3abaf40 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ error in the output. # License Pi-Star Information Scraper & Display - Copyright (C) 2022 Jay Moore - nq4tango@gmail.com + Copyright © 2023 Jay Moore - nq4t@nq4t.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hotspots.sh b/hotspots.sh index f5f97d9..4bd6b79 100755 --- a/hotspots.sh +++ b/hotspots.sh @@ -12,6 +12,7 @@ pidmr=127.0.0.1 # if you are not using DMR, then comment these two lines out # to comment out, just add a pound-sign to the start of the line, like these comments. +# You may need to change to https:// if you reverse proxy with SSL cert dmr=$(curl -s http://$pidmr/mmdvmhost/bm_links.php| sed 's/<[^>]\+>/\n/g' | grep '^TG' | sed 's/TG/#/g'| sed ':a;N;$!ba;s/\n/ /g' | sed 's/\s#/ \\·\<\/b\> #/g') [ -z "$dmr" ] && dmr="No Talkgroups Found"