mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-03 06:59:59 +01:00
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:
parent
c7fbeecc50
commit
1cc79413b7
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue