Not verbose

This commit is contained in:
Bob Mottram 2017-06-12 23:03:41 +01:00
parent 18c7ca866a
commit e7aa66dc92
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function defrag_filesystem {
fs_type=$(stat -f /)
if [[ "$fs_type" == *"btrfs"* ]]; then
btrfs filesystem defragment -v -r /
btrfs filesystem defragment -r /
fi
}