Skip to content
Snippets Groups Projects
Commit b5a32cf3 authored by Bob Mottram's avatar Bob Mottram
Browse files

Some extra echos

parent e7aa66dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment