Print remediation measures at the end of the logs

This commit is contained in:
Razvan Stoica 2021-03-10 21:47:52 +02:00
commit 6c586b4e08
11 changed files with 128 additions and 97 deletions

View file

@ -1,11 +1,11 @@
#!/bin/sh
check_5() {
logit "\n"
logit ""
local id="5"
local desc="Container Runtime"
local check="$id - $desc"
info "$check"
checkHeader="$id - $desc"
info "$checkHeader"
startsectionjson "$id" "$desc"
}