Some extra echos

This commit is contained in:
Bob Mottram 2017-06-12 23:23:32 +01:00
parent e7aa66dc92
commit b5a32cf391
1 changed files with 2 additions and 0 deletions

View File

@ -91,7 +91,9 @@ function defrag_filesystem {
fs_type=$(stat -f /)
if [[ "$fs_type" == *"btrfs"* ]]; then
echo $'Defragmenting root directory'
btrfs filesystem defragment -r /
echo $'Defragmentation completed'
fi
}