improved doc, added missing headers, file manipulation error management improved

This commit is contained in:
fatalerrors
2021-09-03 20:07:15 +02:00
parent 89164cfdb1
commit 9f584fcd65
5 changed files with 64 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ install_mkagent()
precheck_install_mkagent()
{
[[ -n $MK_SERVER ]] && (
prnt E "Serveur check_mk non déclaré."
prnt E "Undeclared check_mk server."
die 162
)
}