From b6212b90d8054e10b4624afa20349feb8cc4a9f8 Mon Sep 17 00:00:00 2001
From: Vivek Kumar Dutta <vivek.dutta@iopsys.eu>
Date: Mon, 10 Mar 2025 11:54:40 +0530
Subject: [PATCH] owsd: Updated uci-default script

---
 owsd/uproxy-files/etc/uci-defaults/60-owsd-ubusproxy | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/owsd/uproxy-files/etc/uci-defaults/60-owsd-ubusproxy b/owsd/uproxy-files/etc/uci-defaults/60-owsd-ubusproxy
index a4ac0c6e9..3514d44fe 100644
--- a/owsd/uproxy-files/etc/uci-defaults/60-owsd-ubusproxy
+++ b/owsd/uproxy-files/etc/uci-defaults/60-owsd-ubusproxy
@@ -8,7 +8,6 @@ uci set owsd.ubusproxy.enable="1"
 uci set owsd.ubusproxy.peer_key="/etc/ubusx/ubusx_demo_only.key"
 uci set owsd.ubusproxy.peer_cert="/etc/ubusx/ubusx_demo_only.crt"
 uci set owsd.ubusproxy.peer_ca="/etc/ubusx/ubusxDemoCA.crt"
-uci commit owsd
 
 # do not create wan_https section if it exists already
 [ "$(uci -q get owsd.wan_https)" == "owsd-listen" ] && exit 0
@@ -25,5 +24,3 @@ uci set owsd.wan_https.ca="/etc/ubusx/ubusxDemoCA.crt"
 uci set owsd.wan_https.whitelist_interface_as_origin="1"
 uci del_list owsd.wan_https.origin="*"
 uci add_list owsd.wan_https.origin="*"
-uci commit owsd
-
-- 
GitLab