mirror of https://github.com/aredn/aredn.git
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
|
#! /bin/sh
|
||
|
if [ "$(uci -c /etc/local/uci -q get hsmmmesh.settings.configured)" = "" ]; then
|
||
|
uci -c /etc/local/uci -q set hsmmmesh.settings.configured=1
|
||
|
uci -c /etc/local/uci -q commit hsmmmesh
|
||
|
fi
|