Bob Mottram 9 年 前
コミット
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