docker-moby.sh bugfixing

This commit is contained in:
Andy Mishechkin
2020-04-21 17:24:31 +04:00
parent 4729069659
commit dc52f61105

View File

@@ -26,7 +26,7 @@ echo "Testing to make sure that script performed as expected, and basic scenario
if ! command -v docker; then
echo "docker was not installed"
exit 1
else if ! command -v docker buildx build then
elif ! command -v docker buildx build; then
echo "moby-buildx was not installed"
#exit 1
else