зеркало из https://github.com/mozilla/pjs.git
make the grep for server error not so noisy 2>&1
This commit is contained in:
Родитель
52a9e8c9f7
Коммит
723aba77e7
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче