1.1 Install updates

This commit is contained in:
thibault.dewailly
2016-04-04 11:23:03 +02:00
parent 5efc1d1a96
commit 6aa74d6188
4 changed files with 74 additions and 11 deletions

View File

@ -22,13 +22,17 @@ if [ -z $status ]; then
fi
case $status in
enabled | true )
enabled | true )
info "Checking Configuration"
check_config
info "Performing audit"
audit # Perform audit
info "Applying Hardening"
apply # Perform hardening
;;
audit )
info "Checking Configuration"
check_config
info "Performing audit"
audit # Perform audit
;;