Adjusted logging

This commit is contained in:
mboelen 2014-09-21 13:05:14 +02:00
parent abcf438ee1
commit f3f829c7bc
1 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@
report "running_service[]=${I}"
N=`expr ${N} + 1`
done
logtext "Suggestion: Run systemctl --full --type=service to see all services"
logtext "Note: Run systemctl --full --type=service to see all services"
Display --indent 2 --text "- Check running services (systemctl)" --result "DONE" --color GREEN
Display --indent 8 --text "Result: found $N running services"
logtext "Result: Found $N enabled services"
@ -292,7 +292,7 @@
report "boot_service[]=${I}"
N=`expr ${N} + 1`
done
logtext "Suggestion: Run systemctl list-unit-files --type=service to see all services"
logtext "Note: Run systemctl list-unit-files --type=service to see all services"
Display --indent 2 --text "- Check enabled services at boot (systemctl)" --result "DONE" --color GREEN
Display --indent 8 --text "Result: found $N enabled services"
logtext "Result: Found $N running services"