mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Update do VPS script 0.993
This commit is contained in:
parent
616cb5c494
commit
5cd78a9401
8 changed files with 59 additions and 17 deletions
|
@ -38,7 +38,7 @@ _ping() {
|
|||
-c 1 \
|
||||
-q
|
||||
)
|
||||
[ -n "$ret" ] && echo "$ret" | grep -sq "0% packet loss" && {
|
||||
[ -n "$ret" ] && echo "$ret" | grep -sq " 0% packet loss" && {
|
||||
return
|
||||
}
|
||||
false
|
||||
|
@ -112,5 +112,5 @@ $allip_mlvpn"
|
|||
systemctl -q restart omr-admin
|
||||
sleep 10
|
||||
fi
|
||||
sleep 5
|
||||
sleep 10
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue