Sfoglia il codice sorgente

sync data before ejecting drives

master
Arun Prakash Jana 5 anni fa
parent
commit
0e8cb05045
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      plugins/nmount

+ 1
- 0
plugins/nmount Vedi File

@@ -19,6 +19,7 @@ fi
echo

if grep -qs "$dev " /proc/mounts; then
sync
pumount "$dev"
if [ "$?" -eq "0" ]; then
udisksctl power-off -b /dev/"$dev"


Loading…
Annulla
Salva