mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 15:58:26 +01:00
Checks extended to define own checks for all own hosts or a specific one.
This commit is contained in:
7
script/check/host/all/app_docker-compose_is_installed.check.sh
Executable file
7
script/check/host/all/app_docker-compose_is_installed.check.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
_CURRENT_APP='docker compose version'
|
||||
|
||||
${_CURRENT_APP} > /dev/null 2>&1 \
|
||||
&& exit 0
|
||||
exit 1
|
||||
Reference in New Issue
Block a user