Explorar el Código

Some extra echos

Bob Mottram hace 7 años
padre
commit
b5a32cf391
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/freedombone-utils-filesystem

+ 2
- 0
src/freedombone-utils-filesystem Ver fichero

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