Update update-bitwarden.sh

Co-authored-by: h44z <christoph.h@sprinternet.at>
This commit is contained in:
Grommish 2021-08-31 00:45:16 -04:00 committed by GitHub
parent 21eb873459
commit 3fedff80ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ REBUILD_BB=${tmprebuild:-$REBUILD_BB}
if [[ $REBUILD_BB =~ ^[Yy]$ ]]
then
$BITWARDEN_BASE/BitBetter/build.sh
$SCRIPT_BASE/build.sh
echo "BitBetter images updated to version: $BW_VERSION"
fi