Merge pull request #674 from s-s-s/patch-2

New format of DMRIds.dat file
This commit is contained in:
Jonathan Naylor 2021-01-01 12:32:51 +00:00 committed by GitHub
commit 4ec33c86a7
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
#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
eval ${RESTARTCOMMAND}