mirror of
https://github.com/m8tin/cis.git
synced 2026-06-02 22:57:20 +02:00
Checks that ensure the correct basic configuration of the host
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
nginx -v > /dev/null 2>&1 \
|
||||
&& exit 0
|
||||
exit 1
|
||||
Reference in New Issue
Block a user