mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Fixed typo on header
This commit is contained in:
parent
b9e3e52083
commit
bc7b9efba9
@ -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