mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 07:48:26 +01:00
better explanation of the auto parameter of check.sh
This commit is contained in:
@@ -51,6 +51,8 @@ function usage(){
|
||||
echo " Executes all checks."
|
||||
echo "- auto <out_file>"
|
||||
echo " Executes quiet all checks and saves the result in the given out_file."
|
||||
echo " (e.g. add the following line to crontab: '* * * * * /cis/script/monitor/check.sh auto /var/www/html/check.txt'"
|
||||
echo " to update the file '/var/www/html/check.txt' every minute as 'check.html' needs it.)"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user