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.
This commit is contained in:
Sergei
2020-08-10 15:36:12 +03:00
committed by GitHub
parent c7fbeecc50
commit 1cc79413b7

View File

@@ -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}