Don't need any key

This commit is contained in:
Bob Mottram 2016-11-24 13:46:20 +00:00
parent 3fb6d9d109
commit ea1227fbac
1 changed files with 0 additions and 6 deletions

View File

@ -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 {