cleanup reamde, bugfix in storage module padding

This commit is contained in:
koksnuss
2018-05-15 11:46:29 +02:00
parent a529bdff01
commit 8a9de5630a
2 changed files with 8 additions and 19 deletions

View File

@ -10,10 +10,10 @@ df | gawk '
printf("full\n")
exit 33
} else if (sfg > 5) {
printf("%.1f G \n", sfg)
printf("%.1f G\n", sfg)
printf("%dG\n", sfg)
} else {
printf("%.0f M \n", sfm)
printf("%.0f M\n", sfm)
printf("%dG\n", sfm)
}
if (sfg > 20) {