phrase
This commit is contained in:
parent
a4c0814d03
commit
a084b42346
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue