Browse Source

Remove keys file after use

Bob Mottram 9 years ago
parent
commit
f2cab5c7e1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-config

+ 1
- 0
src/freedombone-config View File

300
         rm -rf /home/$MY_USERNAME/.tempgnupg
300
         rm -rf /home/$MY_USERNAME/.tempgnupg
301
         exit 9654
301
         exit 9654
302
     fi
302
     fi
303
+    shred -zu $KEYS_FILE
303
 
304
 
304
     dialog --title "Encryption keys" --msgbox 'Key has been reconstructed' 6 70
305
     dialog --title "Encryption keys" --msgbox 'Key has been reconstructed' 6 70
305
 }
306
 }