DMRIDUpdate.sh script para atualizar o MMDVM hotspot Pi-Star
Este é um pequeno script shell que pode ser utilizado para atualizar o arquivos de DMR id's e mostrar nas telas Nextion, ou outras, normalmente utilizando com NextionDriver (normalmente ele não vem instalado na instalação padrão do Pi-Star. Necessário consultar este link ) /etc/crontab 12 0 * * * root /bin/bash /root/DMRIupdate.sh #! /bin/bash ############################################################################### # # DMRIDUpdate.sh # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU Gen...