Bob Mottram il y a 10 ans
Parent
révision
3430bd27ae
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/freedombone-keydrive

+ 1
- 0
src/freedombone-keydrive Voir le fichier

191
 no_of_usb_shares=$((no_of_usb_shares - 2))
191
 no_of_usb_shares=$((no_of_usb_shares - 2))
192
 if (( no_of_usb_shares != 1 )); then
192
 if (( no_of_usb_shares != 1 )); then
193
     echo "There was a problem copying the key fragment to $USB_DRIVE"
193
     echo "There was a problem copying the key fragment to $USB_DRIVE"
194
+    ls $FRAGMENTS_DIR
194
     umount $USB_MOUNT
195
     umount $USB_MOUNT
195
     rm -rf $USB_MOUNT
196
     rm -rf $USB_MOUNT
196
     exit 54292
197
     exit 54292