From b2f7f1e3f09d532f55fc3e215a81cdd007b634dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 4 Aug 2020 10:19:23 +0200 Subject: sentinel-minipot: remove as no longer needed at the moment --- sentinel-minipot/files/uci-defaults | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 sentinel-minipot/files/uci-defaults (limited to 'sentinel-minipot/files/uci-defaults') diff --git a/sentinel-minipot/files/uci-defaults b/sentinel-minipot/files/uci-defaults deleted file mode 100644 index f90516c..0000000 --- a/sentinel-minipot/files/uci-defaults +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -set -e -. /lib/functions/sentinel-firewall.sh - -# Minipot entry in sentinel config -if [ "$(uci -q get sentinel.minipot)" != "minipot" ]; then - uci -q batch <