From 768f9271d52cf8d86f2e26469aa17420e66807b3 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 11 Apr 2024 10:59:21 +0200 Subject: [PATCH] luci-app-ddns: remove uci-defaults for ucitrack handling The 'ucitrack' file is not available anymore this changes is not needed. Therefore, this 'uci-defaults' script is deleted. Signed-off-by: Florian Eckert --- .../luci-app-ddns/root/etc/uci-defaults/40_luci-ddns | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 applications/luci-app-ddns/root/etc/uci-defaults/40_luci-ddns diff --git a/applications/luci-app-ddns/root/etc/uci-defaults/40_luci-ddns b/applications/luci-app-ddns/root/etc/uci-defaults/40_luci-ddns deleted file mode 100755 index 9923e8677e..0000000000 --- a/applications/luci-app-ddns/root/etc/uci-defaults/40_luci-ddns +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# no longer needed for "Save and Apply" to restart ddns -uci -q batch <<-EOF >/dev/null - delete ucitrack.@ddns[-1] - commit ucitrack -EOF - -return 0 -- 2.30.2