mirror of
https://github.com/m8tin/cis.git
synced 2025-12-08 08:38:25 +01:00
Added first checks to check hosts configuration
This commit is contained in:
5
script/check/host/checks/app_nginx_is_installed.check.sh
Executable file
5
script/check/host/checks/app_nginx_is_installed.check.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
nginx -v > /dev/null 2>&1 \
|
||||
&& exit 0
|
||||
exit 1
|
||||
Reference in New Issue
Block a user