make the grep for server error not so noisy 2>&1

This commit is contained in:
endico%mozilla.org 1999-10-26 08:37:07 +00:00
Родитель 52a9e8c9f7
Коммит 723aba77e7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -94,7 +94,7 @@ uptime
if [ -f $db_dir/update.log ]
then
ERROR=`grep "server aborted" $db_dir/update.log`
ERROR=`grep "server aborted" $db_dir/update.log` 2>&1
if [ "$ERROR" != "" ]
then
echo $ERROR | /usr/bin/mail -s "lxr: $1 aborted" root