mirror of https://github.com/aredn/aredn.git
fix extra curly brace (#1186)
This commit is contained in:
parent
cf3ef93b53
commit
76e0333968
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue