mirror of https://github.com/aredn/aredn.git
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
|
#! /bin/sh
|
||
|
if [ "$(/sbin/uci -q get aredn.\@meshstatus[0])" = "" ]; then
|
||
|
/sbin/uci -q add aredn meshstatus
|
||
|
/sbin/uci -q commit aredn
|
||
|
fi
|