adds correct unlock
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Jochen Maes 2023-11-18 17:57:18 +01:00
parent 9438a3edd3
commit 03ee23220b

View File

@ -5,7 +5,7 @@ set -e
bw config server ${BW_HOST} bw config server ${BW_HOST}
export BW_SESSION=$(bw login --apikey --raw) export BW_SESSION=$(bw login --apikey --raw)
bw unlock --passwordenv BW_PASSWORD
bw unlock --check bw unlock --check
echo 'Running `bw server` on port 8087' echo 'Running `bw server` on port 8087'