Remove incorrect output redirection.
Reviewed by: roberto Committed from: EuroBSDCon Amsterdam MFC after: 3 days
This commit is contained in:
parent
398fba8499
commit
68c2bacd8d
@ -44,7 +44,7 @@ rc=0
|
||||
|
||||
case "$daily_status_security_kernelmsg_enable" in
|
||||
[Yy][Ee][Ss])
|
||||
dmesg 2>/dev/null > ${TMP} |
|
||||
dmesg 2>/dev/null |
|
||||
check_diff new_only dmesg - "${host} kernel log messages:"
|
||||
rc=$?;;
|
||||
*) rc=0;;
|
||||
|
Loading…
Reference in New Issue
Block a user