Skip to content
Snippets Groups Projects
Commit 0e9fce5e authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6908_check_rearbackup' into 'master'

check rear backup - show file size as human readable

See merge request !224
parents 5d81c769 309c9c71
No related branches found
No related tags found
1 merge request!224check rear backup - show file size as human readable
......@@ -138,7 +138,7 @@ data="$( for myiso in $( _getIsofiles )
fi
fi
printf "%-9s %3s d %-10s %s\n" $sStatus $iAgeD "$sBar" "$( ls -l $myiso )"
printf "%-9s %3s d %-10s %s\n" $sStatus $iAgeD "$sBar" "$( ls -lh $myiso )"
done
)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment