mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mention the ``end of output'' for each periodic script.
Submitted by: David Wolfskill <david@catwhisker.org> PR: 37036 MFC after: 1 week
This commit is contained in:
parent
014585d125
commit
cb36028eff
1 changed files with 3 additions and 0 deletions
|
|
@ -97,6 +97,9 @@ do
|
|||
then
|
||||
[ $processed = 1 ] && plural= || plural=s
|
||||
echo "No output from the $processed file$plural processed"
|
||||
else
|
||||
echo ""
|
||||
echo "-- End of $arg output --"
|
||||
fi
|
||||
} | eval $pipe
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue