New format of DMRIds.dat file

Generate new format of DMRIds.dat file
This commit is contained in:
Sergei 2020-12-29 12:41:06 +03:00 committed by GitHub
parent 28f2203f5a
commit 397b10131f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -93,7 +93,9 @@ 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} #curl 'http://registry.dstar.su/dmr/DMRIds2.php' 2>/dev/null | sed -e 's/[[:space:]]\+/ /g' > ${DMRIDFILE}
# Generate new format of DMRIds.dat file
curl 'http://registry.dstar.su/dmr/DMRIds2.php' 2>/dev/null > ${DMRIDFILE}
# Restart MMDVMHost # Restart MMDVMHost
eval ${RESTARTCOMMAND} eval ${RESTARTCOMMAND}