From 41123455d1b466784095571333478854c38c99fc Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 12 Jun 2019 20:17:03 +0200 Subject: [PATCH] #650 format correction --- home.admin/00infoBlitz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00infoBlitz.sh b/home.admin/00infoBlitz.sh index c4d59d0..c6a4648 100755 --- a/home.admin/00infoBlitz.sh +++ b/home.admin/00infoBlitz.sh @@ -69,7 +69,7 @@ fi # HDD usage hdd_used_space=$(df -h | grep "/dev/sda" | sed -e's/ */ /g' | cut -d" " -f 3 2>/dev/null) -hdd_used_ratio=$(df -h | grep "/dev/sda" | sed -e's/ */ /g' | cut -d" " -f 5| tr -dc '0-9' 2>/dev/null) +hdd_used_ratio=$(df -h | grep "/dev/sda" | sed -e's/ */ /g' | cut -d" " -f 5 | tr -dc '0-9' 2>/dev/null) hdd="${hdd_used_space} (${hdd_used_ratio}%)" if [ ${hdd_used_ratio} -gt 90 ]; then