From 1cc79413b7d09ad8b4972e271617e1806b91e7aa Mon Sep 17 00:00:00 2001 From: Sergei Date: Mon, 10 Aug 2020 15:36:12 +0300 Subject: [PATCH] Added a new address the id's list A new address with the id's list format optimized for pistar as well. Extra spaces in the line were removed. --- linux/DMRIDUpdateBM.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/DMRIDUpdateBM.sh b/linux/DMRIDUpdateBM.sh index dfe4e86..ecf22db 100755 --- a/linux/DMRIDUpdateBM.sh +++ b/linux/DMRIDUpdateBM.sh @@ -92,7 +92,8 @@ then fi # Generate new file -curl 'http://registry.dstar.su/dmr/DMRIds.php' 2>/dev/null | sed -e 's/[[:space:]]\+/ /g' > ${DMRIDFILE} +#curl 'http://registry.dstar.su/dmr/DMRIds.php' 2>/dev/null | sed -e 's/[[:space:]]\+/ /g' > ${DMRIDFILE} +curl 'http://registry.dstar.su/dmr/DMRIds2.php' 2>/dev/null | sed -e 's/[[:space:]]\+/ /g' > ${DMRIDFILE} # Restart MMDVMHost eval ${RESTARTCOMMAND}