Обновить uci_bkp.sh
This commit is contained in:
+1
-3
@@ -2,13 +2,11 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
FILES="/etc/mosquitto /etc/bird.conf /etc/bird4.conf /etc/init.d/y_startup /etc/rc.local"
|
FILES="/etc/mosquitto /etc/bird.conf /etc/bird4.conf /etc/init.d/y_startup /etc/rc.local"
|
||||||
|
ls -la ./*
|
||||||
|
|
||||||
ROUTER_USER="${ROUTER_USER}"
|
ROUTER_USER="${ROUTER_USER}"
|
||||||
ROUTER_PASS="${ROUTER_PASS}"
|
ROUTER_PASS="${ROUTER_PASS}"
|
||||||
|
|
||||||
ROUTER_USER='root'
|
|
||||||
ROUTER_PASS='556667777#'
|
|
||||||
|
|
||||||
if [ -n "$ROUTER_HOSTS" ]; then
|
if [ -n "$ROUTER_HOSTS" ]; then
|
||||||
HOSTS=($ROUTER_HOSTS)
|
HOSTS=($ROUTER_HOSTS)
|
||||||
elif [ -f "hosts.txt" ]; then
|
elif [ -f "hosts.txt" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user