Browse Source

Don't need any key

Bob Mottram 8 years ago
parent
commit
ea1227fbac
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      src/freedombone-sec

+ 0
- 6
src/freedombone-sec View File

@@ -69,11 +69,6 @@ LETSENCRYPT_SERVER='https://acme-v01.api.letsencrypt.org/directory'
69 69
 
70 70
 MY_USERNAME=
71 71
 
72
-function any_key {
73
-    echo ' '
74
-    read -n1 -r -p $"Press any key to continue..." key
75
-}
76
-
77 72
 function export_passwords {
78 73
     detect_usb_drive
79 74
     data=$(tempfile 2>/dev/null)
@@ -95,7 +90,6 @@ function export_passwords {
95 90
     backup_mount_drive ${USB_DRIVE}
96 91
     ${PROJECT_NAME}-pass --export ${USB_MOUNT}/freedombone-passwords.xml
97 92
     backup_unmount_drive ${USB_DRIVE}
98
-    any_key
99 93
 }
100 94
 
101 95
 function get_protocols_from_website {