Bob Mottram 9 anos atrás
pai
commit
3430bd27ae
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/freedombone-keydrive

+ 1
- 0
src/freedombone-keydrive Ver arquivo

@@ -191,6 +191,7 @@ no_of_usb_shares=$(ls -afq $FRAGMENTS_DIR/keyshare.asc.* | wc -l)
191 191
 no_of_usb_shares=$((no_of_usb_shares - 2))
192 192
 if (( no_of_usb_shares != 1 )); then
193 193
     echo "There was a problem copying the key fragment to $USB_DRIVE"
194
+    ls $FRAGMENTS_DIR
194 195
     umount $USB_MOUNT
195 196
     rm -rf $USB_MOUNT
196 197
     exit 54292