From 7c05c07ae1ea254f10ce51e5df502baee916a5a0 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Mon, 2 Feb 2026 12:12:59 +0500 Subject: [PATCH] Update --- LeraFoxQueen/templates/index.html | 2 +- push.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LeraFoxQueen/templates/index.html b/LeraFoxQueen/templates/index.html index 784e480..cd4d5a5 100644 --- a/LeraFoxQueen/templates/index.html +++ b/LeraFoxQueen/templates/index.html @@ -365,7 +365,7 @@ - Рождение детией + Рождение детей diff --git a/push.sh b/push.sh index d653dec..0624302 100755 --- a/push.sh +++ b/push.sh @@ -3,7 +3,7 @@ cd $(dirname $0) ip1="10.120.152.1" -ip2="192.168.1.250" +ip2="192.168.1.125" ip r | grep 10.120.152.1 if [[ $? == 0 ]]; then @@ -13,7 +13,7 @@ if [[ $? == 0 ]]; then git='work' fi else - ping -c 1 192.168.1.250 + ping -c 1 192.168.1.125 if [[ $? == 0 ]]; then ip=$ip2 git='origin'