Skip to content
Snippets Groups Projects
Commit ea1227fb authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't need any key

parent 3fb6d9d1
No related branches found
No related tags found
No related merge requests found
......@@ -69,11 +69,6 @@ LETSENCRYPT_SERVER='https://acme-v01.api.letsencrypt.org/directory'
MY_USERNAME=
function any_key {
echo ' '
read -n1 -r -p $"Press any key to continue..." key
}
function export_passwords {
detect_usb_drive
data=$(tempfile 2>/dev/null)
......@@ -95,7 +90,6 @@ function export_passwords {
backup_mount_drive ${USB_DRIVE}
${PROJECT_NAME}-pass --export ${USB_MOUNT}/freedombone-passwords.xml
backup_unmount_drive ${USB_DRIVE}
any_key
}
function get_protocols_from_website {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment