Removed unnecessary docker-compose binary check - as this should ONLY be used if no composes are used. Not recommended.
This commit is contained in:
mag37 2023-02-02 10:13:46 +01:00 committed by GitHub
parent a4f58c317a
commit 72a4ab889c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,15 +52,6 @@ else
exit
fi
fi
### Check docker compose binary:
if docker compose &> /dev/null ; then
DockerBin="docker compose"
elif docker-compose &> /dev/null; then
DockerBin="docker-compose"
else
printf "%s\n" "No docker compose binary available, quitting."
exit
fi
### Numbered List -function:
options() {