Bob Mottram 10 年之前
父節點
當前提交
3430bd27ae
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/freedombone-keydrive

+ 1
- 0
src/freedombone-keydrive 查看文件

@@ -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