Some extra prompting

This commit is contained in:
Bob Mottram 2015-11-05 09:06:19 +00:00
parent 2f39f4d6c6
commit b28fd25db8
1 changed files with 4 additions and 0 deletions

View File

@ -425,6 +425,8 @@ function backup_data {
dialog --title "Backup data to USB" \
--msgbox "Plug in a LUKS encrypted USB drive" 6 40
clear
echo ' '
echo 'Enter the password for your LUKS encrypted backup drive:'
backup
any_key
}
@ -433,6 +435,8 @@ function restore_data {
dialog --title "Restore data from USB" \
--msgbox "Plug in your backup USB drive" 6 40
clear
echo ' '
echo 'Enter the password for your LUKS encrypted backup drive:'
restore
any_key
}