mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2023-10-10 13:36:57 +02:00
update-bitwarden.sh: Fix relative path (#111)
* 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> * Update update-bitwarden.sh Co-authored-by: h44z <christoph.h@sprinternet.at> Co-authored-by: h44z <christoph.h@sprinternet.at>
This commit is contained in:
parent
af2d744061
commit
0f2f9274cf
@ -61,7 +61,7 @@ REBUILD_BB=${tmprebuild:-$REBUILD_BB}
|
||||
|
||||
if [[ $REBUILD_BB =~ ^[Yy]$ ]]
|
||||
then
|
||||
./build.sh
|
||||
$SCRIPT_BASE/build.sh
|
||||
echo "BitBetter images updated to version: $BW_VERSION"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user