Use project name variable
This commit is contained in:
parent
d57e05f2f9
commit
ecef9b8229
|
@ -96,7 +96,7 @@ function export_passwords {
|
||||||
|
|
||||||
clear
|
clear
|
||||||
backup_mount_drive ${USB_DRIVE}
|
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}
|
backup_unmount_drive ${USB_DRIVE}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue