Обновить uci_bkp.sh

This commit is contained in:
2026-04-26 10:36:43 +03:00
parent 2530bbe222
commit eb39f22291
+1 -3
View File
@@ -2,13 +2,11 @@
set -e
FILES="/etc/mosquitto /etc/bird.conf /etc/bird4.conf /etc/init.d/y_startup /etc/rc.local"
ls -la ./*
ROUTER_USER="${ROUTER_USER}"
ROUTER_PASS="${ROUTER_PASS}"
ROUTER_USER='root'
ROUTER_PASS='556667777#'
if [ -n "$ROUTER_HOSTS" ]; then
HOSTS=($ROUTER_HOSTS)
elif [ -f "hosts.txt" ]; then