fix extra curly brace (#1186)

This commit is contained in:
Steve 2024-04-29 18:34:42 -07:00 committed by GitHub
parent cf3ef93b53
commit 76e0333968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ then
if [ $? -ne 0 ] # no node specific file if [ $? -ne 0 ] # no node specific file
then then
# fetch broadcast message file # fetch broadcast message file
retrieve_alert http://downloads.arednmesh.org/messages/all.txt aredn_message "all nodes"} retrieve_alert http://downloads.arednmesh.org/messages/all.txt aredn_message "all nodes"
else else
# need to append to node file # need to append to node file
retrieve_alert http://downloads.arednmesh.org/messages/all.txt aredn_message_all "all nodes" retrieve_alert http://downloads.arednmesh.org/messages/all.txt aredn_message_all "all nodes"