Ver Fonte

Update netlog.sh

蘭雅sRGB há 6 anos atrás
pai
commit
d9c3837373
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      netlog.sh

+ 1 - 1
netlog.sh

@@ -10,7 +10,7 @@ vnstat -m >> ${INDEX_HTML}
 vnstat -d >> ${INDEX_HTML}
 vnstat -h >> ${INDEX_HTML}
 
-top | head -5 >> ${INDEX_HTML}
+top -b  | head -5 >> ${INDEX_HTML}
 
 ######################################