Merge pull request #1392 from jp-bennett/patch-1
luci-app-fwknop: Adds a check to not overwrite user configured keys
This commit is contained in:
commit
a47dd6ec05
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
#-- Licensed to the public under the GNU General Public License v2.
|
#-- Licensed to the public under the GNU General Public License v2.
|
||||||
. /lib/functions/network.sh
|
. /lib/functions/network.sh
|
||||||
|
|
||||||
|
[ "$(uci -q get fwknopd.@access[0].KEY)" != "CHANGEME" ] && exit 0
|
||||||
uci batch <<EOF
|
uci batch <<EOF
|
||||||
add ucitrack fwknopd
|
add ucitrack fwknopd
|
||||||
set ucitrack.@fwknopd[-1].init=fwknopd
|
set ucitrack.@fwknopd[-1].init=fwknopd
|
||||||
|
|
Loading…
Reference in a new issue