Fixed ordering on entrypoint logging
This commit is contained in:
parent
3dd510ab27
commit
518472d5ce
@ -72,8 +72,8 @@ In the end, the script will lock your vault and log out of your account:
|
||||
|
||||
``` sh
|
||||
Your vault is locked.
|
||||
KeePass file /exports/my-cool-bitwarden-backup.kdbx generated successfully
|
||||
You have logged out.
|
||||
KeePass file /exports/my-cool-bitwarden-backup.kdbx generated successfully
|
||||
```
|
||||
|
||||
And you can find your file in your mounted directory!
|
||||
|
@ -38,7 +38,7 @@ echo "Generating KeePass file $DATABASE_PATH"
|
||||
python3 bitwarden-to-keepass.py || { echo "Failed to convert to KeePass"; exit 1; }
|
||||
bw lock
|
||||
|
||||
echo "KeePass file $DATABASE_PATH generated successfully"
|
||||
|
||||
# Log out of Bitwarden
|
||||
bw logout
|
||||
|
||||
echo "KeePass file $DATABASE_PATH generated successfully"
|
||||
|
Loading…
x
Reference in New Issue
Block a user