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

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() {