From 6dcf6c037b31724edd693fc246eb1e25f9307a13 Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 19 Aug 2021 14:23:43 +0930 Subject: [PATCH] line-break fix --- web-stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-stats.sh b/web-stats.sh index 59a41e7..445a3e9 100755 --- a/web-stats.sh +++ b/web-stats.sh @@ -23,7 +23,7 @@ webstat () { echo -e "


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




" + echo -e "




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