From 3fedff80eda23a959fe46059493f4c2d34d54386 Mon Sep 17 00:00:00 2001 From: Grommish Date: Tue, 31 Aug 2021 00:45:16 -0400 Subject: [PATCH] Update update-bitwarden.sh Co-authored-by: h44z --- update-bitwarden.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-bitwarden.sh b/update-bitwarden.sh index 1dfc4ff..691a243 100755 --- a/update-bitwarden.sh +++ b/update-bitwarden.sh @@ -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