浏览代码

Some extra prompting

Bob Mottram 9 年前
父节点
当前提交
b28fd25db8
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      src/freedombone-controlpanel

+ 4
- 0
src/freedombone-controlpanel 查看文件

425
     dialog --title "Backup data to USB" \
425
     dialog --title "Backup data to USB" \
426
            --msgbox "Plug in a LUKS encrypted USB drive" 6 40
426
            --msgbox "Plug in a LUKS encrypted USB drive" 6 40
427
     clear
427
     clear
428
+    echo ' '
429
+    echo 'Enter the password for your LUKS encrypted backup drive:'
428
     backup
430
     backup
429
     any_key
431
     any_key
430
 }
432
 }
433
     dialog --title "Restore data from USB" \
435
     dialog --title "Restore data from USB" \
434
            --msgbox "Plug in your backup USB drive" 6 40
436
            --msgbox "Plug in your backup USB drive" 6 40
435
     clear
437
     clear
438
+    echo ' '
439
+    echo 'Enter the password for your LUKS encrypted backup drive:'
436
     restore
440
     restore
437
     any_key
441
     any_key
438
 }
442
 }