mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed typo on header
This commit is contained in:
parent
f09b1ab17c
commit
c108c8fba5
@ -1,4 +1,4 @@
|
|||||||
!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
OUT=`netstat -as | grep "OutOctets" | awk '{ print $2 }'`
|
OUT=`netstat -as | grep "OutOctets" | awk '{ print $2 }'`
|
||||||
IN=`netstat -as | grep "InOctets" | awk '{ print $2 }'`
|
IN=`netstat -as | grep "InOctets" | awk '{ print $2 }'`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user