fix
This commit is contained in:
parent
21a28c1ff1
commit
36ca950860
@ -223,7 +223,7 @@ automaticStatus() {
|
||||
status() {
|
||||
clear
|
||||
sleep 2
|
||||
RATE=$(cat $NFT_CACHE | grep 443 | cut -d ' ' -f14)
|
||||
RATE=$(cat $NFT_CACHE | grep 443 | cut -d ' ' -f14 | head -1)
|
||||
DATE="$(date +%d/%b/%Y:%H:%M -d '1 minute ago')"
|
||||
STATS=$(grep $DATE $ACCESS | grep -vi $MY_IP | wc -l)
|
||||
GET=$(grep $DATE $ACCESS | grep -vi $MY_IP | grep GET | wc -l)
|
||||
|
Loading…
Reference in New Issue
Block a user