Skip to content

Commit

Permalink
Fixed typo on header
Browse files Browse the repository at this point in the history
  • Loading branch information
Sancho Lerena committed Sep 22, 2014
1 parent b9e3e52 commit bc7b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandora_agents/unix/plugins/pandora_netusage
@@ -1,4 +1,4 @@
!/bin/bash
#!/bin/bash

OUT=`netstat -as | grep "OutOctets" | awk '{ print $2 }'`
IN=`netstat -as | grep "InOctets" | awk '{ print $2 }'`
Expand Down

0 comments on commit bc7b9ef

Please sign in to comment.