mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
Remove blank line and space
This commit is contained in:
parent
7260f3030c
commit
062782e7a5
@ -2357,7 +2357,6 @@
|
|||||||
else
|
else
|
||||||
LogText "${FUNCNAME}: checking value for application ${APP}"
|
LogText "${FUNCNAME}: checking value for application ${APP}"
|
||||||
LogText "${FUNCNAME}: ${OPTION} is set to ${1}"
|
LogText "${FUNCNAME}: ${OPTION} is set to ${1}"
|
||||||
|
|
||||||
LogText "${FUNCNAME}: checking if ${1} is greater or equal ${2}"
|
LogText "${FUNCNAME}: checking if ${1} is greater or equal ${2}"
|
||||||
if [ TestCase_Equal "${1}" "${2}" ] || [ TestCase_GreaterThan "${1}" "${2}" ]; then
|
if [ TestCase_Equal "${1}" "${2}" ] || [ TestCase_GreaterThan "${1}" "${2}" ]; then
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
@ -2404,7 +2403,6 @@
|
|||||||
else
|
else
|
||||||
LogText "${FUNCNAME}: checking value for application ${APP}"
|
LogText "${FUNCNAME}: checking value for application ${APP}"
|
||||||
LogText "${FUNCNAME}: ${OPTION} is set to ${1}"
|
LogText "${FUNCNAME}: ${OPTION} is set to ${1}"
|
||||||
|
|
||||||
LogText "${FUNCNAME}: checking if ${1} is less or equal ${2}"
|
LogText "${FUNCNAME}: checking if ${1} is less or equal ${2}"
|
||||||
if [ TestCase_Equal "${1}" "${2}" ] || [ TestCase_LessThan "${1}" "${2}" ]; then
|
if [ TestCase_Equal "${1}" "${2}" ] || [ TestCase_LessThan "${1}" "${2}" ]; then
|
||||||
LogText "${FUNCNAME}: ${1} is less than ${2}"
|
LogText "${FUNCNAME}: ${1} is less than ${2}"
|
||||||
@ -2415,8 +2413,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Legacy functions - Do not use!
|
# Legacy functions - Do not use!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user