Not verbose
This commit is contained in:
parent
18c7ca866a
commit
e7aa66dc92
|
@ -91,7 +91,7 @@ function defrag_filesystem {
|
||||||
fs_type=$(stat -f /)
|
fs_type=$(stat -f /)
|
||||||
|
|
||||||
if [[ "$fs_type" == *"btrfs"* ]]; then
|
if [[ "$fs_type" == *"btrfs"* ]]; then
|
||||||
btrfs filesystem defragment -v -r /
|
btrfs filesystem defragment -r /
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue