зеркало из https://github.com/mozilla/gecko-dev.git
cvs error notification was busted
This commit is contained in:
Родитель
b8da22d58f
Коммит
ccbbb400e6
|
@ -94,10 +94,10 @@ uptime
|
||||||
|
|
||||||
if [ -f $db_dir/update.log ]
|
if [ -f $db_dir/update.log ]
|
||||||
then
|
then
|
||||||
ERROR=`grep [server aborted] $db_dir/update.log`
|
ERROR=`grep "server aborted" $db_dir/update.log`
|
||||||
if [ "$ERROR" != "" ]
|
if [ "$ERROR" != "" ]
|
||||||
then
|
then
|
||||||
echo $ERROR | mail -s "lxr: cvs server aborted" root
|
echo $ERROR | /usr/bin/mail -s "lxr: cvs server aborted" root
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Загрузка…
Ссылка в новой задаче