mirror of https://github.com/g4klx/MMDVMHost
Merge pull request #629 from s-s-s/patch-1
Added a new address the id's list
This commit is contained in:
commit
e983aa7109
|
|
@ -92,7 +92,8 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Generate new file
|
# 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
|
# Restart MMDVMHost
|
||||||
eval ${RESTARTCOMMAND}
|
eval ${RESTARTCOMMAND}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue