This commit is contained in:
carlospolop 2020-03-25 15:42:09 +00:00
commit a1a144b182

View File

@ -633,7 +633,7 @@ if [ "`echo $CHECKS | grep SysI`" ]; then
#-- 5SY) System stats #-- 5SY) System stats
printf $Y"[+] "$GREEN"System stats\n"$NC printf $Y"[+] "$GREEN"System stats\n"$NC
df -h 2>/dev/null || echo_not_found "df" (df -h || lsblk) 2>/dev/null || echo_not_found "df and lsblk"
free 2>/dev/null || echo_not_found "free" free 2>/dev/null || echo_not_found "free"
echo "" echo ""