Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Added missing binary environemnt variable
Browse files Browse the repository at this point in the history
  • Loading branch information
broizter authored May 8, 2024
1 parent 30614d5 commit 7714ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitwardenbackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BW_BINARY=/path/to/bitwarden-cli/bin
############ END OF CONFIGURATION ################

# Variables used later in script. Not meant to be changed.
export BW_SESSION=$(bw unlock "$PASSWORD" --raw)
export BW_SESSION=$("$BW_BINARY" unlock "$PASSWORD" --raw)
PARENTS=$("$BW_BINARY" list items | jq -r '.[] | select(.attachments) | .id')
JSONFILE="$OUTPUTFOLDER"/vault.json
EXIT=0
Expand Down

0 comments on commit 7714ea7

Please sign in to comment.