mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-18 02:17:46 +00:00
quickfix
Removed unnecessary docker-compose binary check - as this should ONLY be used if no composes are used. Not recommended.
This commit is contained in:
@@ -52,15 +52,6 @@ else
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
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:
|
### Numbered List -function:
|
||||||
options() {
|
options() {
|
||||||
|
|||||||
Reference in New Issue
Block a user