mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
refactor: Indent with spaces
Most of the file has spaces for indentation.
This commit is contained in:
parent
a32c7d051e
commit
174152ef24
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@
|
|||
runit)
|
||||
SERVICE_MANAGER="runit"
|
||||
;;
|
||||
openrc-init)
|
||||
openrc-init)
|
||||
SERVICE_MANAGER="openrc"
|
||||
;;
|
||||
*)
|
||||
|
|
@ -280,7 +280,7 @@
|
|||
BOOT_LOADER_SEARCHED=1
|
||||
CURRENT_BOOT_LOADER=$(${BOOTCTLBINARY} status --no-pager 2>/dev/null | ${AWKBINARY} '/Current Boot Loader/{ getline; print $2 }')
|
||||
if [ "${CURRENT_BOOT_LOADER}" = "systemd-boot" ]; then
|
||||
Display --indent 2 --text "- Checking systemd-boot presence" --result "${STATUS_FOUND}" --color GREEN
|
||||
Display --indent 2 --text "- Checking systemd-boot presence" --result "${STATUS_FOUND}" --color GREEN
|
||||
LogText "Result: found systemd-boot"
|
||||
BOOT_LOADER="systemd-boot"
|
||||
BOOT_LOADER_FOUND=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue