Skip to content

Commit

Permalink
Merge pull request #674 from s-s-s/patch-2
Browse files Browse the repository at this point in the history
New format of DMRIds.dat file
  • Loading branch information
g4klx authored Jan 1, 2021
2 parents 28f2203 + 397b101 commit 4ec33c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion linux/DMRIDUpdateBM.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 4ec33c8

Please sign in to comment.