Use project name variable

This commit is contained in:
Bob Mottram 2016-11-24 14:35:28 +00:00
parent d57e05f2f9
commit ecef9b8229
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function export_passwords {
clear
backup_mount_drive ${USB_DRIVE}
${PROJECT_NAME}-pass --export ${USB_MOUNT}/freedombone-passwords.xml
${PROJECT_NAME}-pass --export ${USB_MOUNT}/${PROJECT_NAME}-passwords.xml
backup_unmount_drive ${USB_DRIVE}
}