diff --git a/web-stats.sh b/web-stats.sh index 2b5c6ee..59a41e7 100755 --- a/web-stats.sh +++ b/web-stats.sh @@ -20,11 +20,11 @@ webstat () { echo '

Memory:

'"$(free -h)"'

' echo '

Uptime:

'"$(uptime)"'

' echo '

Network Usage:

' - echo -e "

" - echo "
$(vnstat -i $interface1 -h | tail -n 9)
" + echo -e "


" + #echo "
$(vnstat -i $interface1 -h | tail -n 9)
" if [ ! -z $interface2 ]; then - echo -e "



" - echo "
$(vnstat -i $interface2 -h | tail -n 9)
" + echo -e "




" + #echo "
$(vnstat -i $interface2 -h | tail -n 9)
" fi echo '' }