cvs error notification was busted

This commit is contained in:
endico%mozilla.org 1999-10-22 21:59:10 +00:00
Родитель b8da22d58f
Коммит ccbbb400e6
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -94,10 +94,10 @@ uptime
if [ -f $db_dir/update.log ]
then
ERROR=`grep [server aborted] $db_dir/update.log`
ERROR=`grep "server aborted" $db_dir/update.log`
if [ "$ERROR" != "" ]
then
echo $ERROR | mail -s "lxr: cvs server aborted" root
echo $ERROR | /usr/bin/mail -s "lxr: cvs server aborted" root
exit
fi
fi