From de13f9ea7affc660eb7dab73e7e88598d400936f Mon Sep 17 00:00:00 2001 From: Jason Hawks Date: Fri, 17 Nov 2023 02:25:59 -0500 Subject: [PATCH] Final config preserve test --- Makefile | 2 +- root/etc/uci-defaults/luci-easymesh | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 6835d86..663cdb4 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-easymesh -PKG_VERSION:=2.8.15 +PKG_VERSION:=2.8.16 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Jason Hawks diff --git a/root/etc/uci-defaults/luci-easymesh b/root/etc/uci-defaults/luci-easymesh index d2185d9..e301557 100755 --- a/root/etc/uci-defaults/luci-easymesh +++ b/root/etc/uci-defaults/luci-easymesh @@ -11,12 +11,12 @@ else echo "/etc/config/easymesh exists, skipping creation" fi -uci -q batch <<-EOF >/dev/null - delete ucitrack.@easymesh[-1] - add ucitrack easymesh - set ucitrack.@easymesh[-1].init=easymesh - commit ucitrack -EOF +# uci -q batch <<-EOF >/dev/null +# delete ucitrack.@easymesh[-1] +# add ucitrack easymesh +# set ucitrack.@easymesh[-1].init=easymesh +# commit ucitrack +# EOF rm -f /tmp/luci-indexcache exit 0