From 2530bbe222928ededf20a9f7fc1126b3665283d2 Mon Sep 17 00:00:00 2001 From: adminer Date: Sun, 26 Apr 2026 09:46:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20uci=5Fbkp.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uci_bkp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uci_bkp.sh b/uci_bkp.sh index 62066f4..306ee7d 100644 --- a/uci_bkp.sh +++ b/uci_bkp.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -FILES="/etc/mosquitto /etc/bird.conf /etc/bird4.conf" +FILES="/etc/mosquitto /etc/bird.conf /etc/bird4.conf /etc/init.d/y_startup /etc/rc.local" ROUTER_USER="${ROUTER_USER}" ROUTER_PASS="${ROUTER_PASS}"