mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2026-07-21 07:39:47 +00:00
Compare commits
2 Commits
master
...
copilot/up
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ed071400a | ||
|
|
32f77c7054 |
@@ -56,11 +56,9 @@ else
|
||||
fi
|
||||
|
||||
# Check if user wants to rebuild the bitbetter images
|
||||
docker images bitbetter/api --format="{{ .Tag }}" | grep -F -- "${BW_VERSION}" > /dev/null
|
||||
retval=$?
|
||||
REBUILD_BB="n"
|
||||
REBUILD_BB_DESCR="[y/N]"
|
||||
if [ $retval -ne 0 ]; then
|
||||
if ! docker images bitbetter/api --format="{{ .Tag }}" | grep -F -- "${BW_VERSION}" > /dev/null; then
|
||||
REBUILD_BB="y"
|
||||
REBUILD_BB_DESCR="[Y/n]"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user