Rephrase comment

This commit is contained in:
AJ Jordan 2018-11-28 23:25:09 -05:00 committed by GitHub
parent 4036e50604
commit b85c1cec75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ fi
sysfs_xvda="/sys/class/block/xvda" sysfs_xvda="/sys/class/block/xvda"
# if root filesystem use already (almost) the whole dis # if root filesystem is already using (almost) the whole disk
non_rootfs_data=$(( 250 * 1024 * 2 )) non_rootfs_data=$(( 250 * 1024 * 2 ))
rootfs_size=$(df --output=size / | tail -n 1) rootfs_size=$(df --output=size / | tail -n 1)
# convert to 512-byte blocks # convert to 512-byte blocks