grep cleaned

This commit is contained in:
Martin Berghaus
2025-02-23 01:15:34 +01:00
parent 03017579c3
commit c389261301
4 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ function addToCrontabEveryHour() {
&& return 0
[ "$(id -u)" == "0" ] \
&& echo "${_CIS_ROOT:?"Missing CIS_ROOT"}" | grep "home" &> /dev/null \
&& echo "${_CIS_ROOT:?"Missing CIS_ROOT"}" | grep -F 'home' &> /dev/null \
&& echo "SUCCESS: Although the entry will be skipped: ("$(readlink -f ${0})")" \
&& echo " - '${_STRING}'" \
&& echo " that is because the current environment is:" \