mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-12 22:43:27 +00:00
update-bitwarden.sh: Fix relative path
update-bitwarden.sh attempted to update BitBetter via ./build.sh, but if run via crontab, you aren't in the BitBetter directory. Fixed to find it correctly. Signed-off-by: Donald Hoskins <grommish@gmail.com>
This commit is contained in:
parent
a17681e82b
commit
21eb873459
|
@ -61,7 +61,7 @@ REBUILD_BB=${tmprebuild:-$REBUILD_BB}
|
||||||
|
|
||||||
if [[ $REBUILD_BB =~ ^[Yy]$ ]]
|
if [[ $REBUILD_BB =~ ^[Yy]$ ]]
|
||||||
then
|
then
|
||||||
./build.sh
|
$BITWARDEN_BASE/BitBetter/build.sh
|
||||||
echo "BitBetter images updated to version: $BW_VERSION"
|
echo "BitBetter images updated to version: $BW_VERSION"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user