mirror of
https://github.com/kejilion/sh.git
synced 2025-10-03 23:34:20 +08:00
Update Limiting_Shut_down1.sh
This commit is contained in:
parent
305f23d17c
commit
fae8c67c60
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ echo "当前接收流量: $rx"
|
|||
echo "当前发送流量: $tx"
|
||||
|
||||
rx_threshold_gb=110
|
||||
tx_threshold_gb=110
|
||||
tx_threshold_gb=120
|
||||
|
||||
# 将GB转换为字节
|
||||
rx_threshold=$((rx_threshold_gb * 1024 * 1024 * 1024))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue