Some extra prompting
This commit is contained in:
parent
2f39f4d6c6
commit
b28fd25db8
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue