This commit is contained in:
Bob Mottram 2015-11-05 09:58:27 +00:00
parent a4c0814d03
commit a084b42346
1 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ function backup_data {
--msgbox "Plug in a LUKS encrypted USB drive" 6 40
clear
echo ' '
echo 'Enter the password for your LUKS encrypted backup drive:'
echo 'Enter the passphrase for your LUKS encrypted backup drive:'
backup
any_key
}
@ -436,7 +436,7 @@ function restore_data {
--msgbox "Plug in your backup USB drive" 6 40
clear
echo ' '
echo 'Enter the password for your LUKS encrypted backup drive:'
echo 'Enter the passphrase for your LUKS encrypted backup drive:'
restore
any_key
}