This commit is contained in:
Valeria Fadeeva 2026-02-02 12:12:59 +05:00
parent 983a7637ee
commit 7c05c07ae1
2 changed files with 3 additions and 3 deletions

View File

@ -365,7 +365,7 @@
</tr>
<tr>
<th scope="row" class="text-start">Рождение детией</th>
<th scope="row" class="text-start">Рождение детей</th>
<td></td>

View File

@ -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'