[BOOT-5177] changed note to a hint

This commit is contained in:
Michael Boelen 2018-12-14 13:17:46 +01:00
parent ae0915899e
commit 81f67584cb
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 2 additions and 2 deletions

View File

@ -555,7 +555,7 @@
Report "running_service[]=${ITEM}" Report "running_service[]=${ITEM}"
COUNT=$((COUNT + 1)) COUNT=$((COUNT + 1))
done done
LogText "Note: Run systemctl --full --type=service to see all services" LogText "Hint: Run systemctl --full --type=service to see all services"
Display --indent 2 --text "- Check running services (systemctl)" --result "${STATUS_DONE}" --color GREEN Display --indent 2 --text "- Check running services (systemctl)" --result "${STATUS_DONE}" --color GREEN
Display --indent 8 --text "Result: found ${COUNT} running services" Display --indent 8 --text "Result: found ${COUNT} running services"
LogText "Result: Found ${COUNT} enabled services" LogText "Result: Found ${COUNT} enabled services"
@ -570,7 +570,7 @@
Report "boot_service[]=${ITEM}" Report "boot_service[]=${ITEM}"
COUNT=$((COUNT + 1)) COUNT=$((COUNT + 1))
done done
LogText "Note: Run systemctl list-unit-files --type=service to see all services" LogText "Hint: Run systemctl list-unit-files --type=service to see all services"
Display --indent 2 --text "- Check enabled services at boot (systemctl)" --result "${STATUS_DONE}" --color GREEN Display --indent 2 --text "- Check enabled services at boot (systemctl)" --result "${STATUS_DONE}" --color GREEN
Display --indent 8 --text "Result: found ${COUNT} enabled services" Display --indent 8 --text "Result: found ${COUNT} enabled services"
LogText "Result: Found ${COUNT} running services" LogText "Result: Found ${COUNT} running services"