...
- Open the file /opt/SPYNuptm/bin/perfparse.sh in a text editor.
- Search for $DFBIN
Change the line to:
Code Block language bashtext $DFBIN -k -t nonfs | fgrep -v proc | fgrep -v cdrom | fgrep -v floppy | $AWKBIN '{ if ( index ( $1, ":" ) <= 0 ) { if ($2=="") { fs=$1; getline; print fs " " $0 } else { print $0 } } }' | tail +2
- Save the file.
...