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" \
|
dialog --title "Backup data to USB" \
|
||||||
--msgbox "Plug in a LUKS encrypted USB drive" 6 40
|
--msgbox "Plug in a LUKS encrypted USB drive" 6 40
|
||||||
clear
|
clear
|
||||||
|
echo ' '
|
||||||
|
echo 'Enter the password for your LUKS encrypted backup drive:'
|
||||||
backup
|
backup
|
||||||
any_key
|
any_key
|
||||||
}
|
}
|
||||||
|
@ -433,6 +435,8 @@ function restore_data {
|
||||||
dialog --title "Restore data from USB" \
|
dialog --title "Restore data from USB" \
|
||||||
--msgbox "Plug in your backup USB drive" 6 40
|
--msgbox "Plug in your backup USB drive" 6 40
|
||||||
clear
|
clear
|
||||||
|
echo ' '
|
||||||
|
echo 'Enter the password for your LUKS encrypted backup drive:'
|
||||||
restore
|
restore
|
||||||
any_key
|
any_key
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue