fixed an sed command toi get process ID of tail -f on NT

This commit is contained in:
sonmi%netscape.com 2001-04-10 22:34:19 +00:00
Родитель bf0aadbd13
Коммит 8d44b495a4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -108,7 +108,7 @@ then
then
echo "MKS special - killing the tail -f"
kill `ps | grep "tail -f ${LOGFILE}" | grep -v grep |
sed -e "s/^ *//" -e "s/ *//"`
sed -e "s/^ *//" -e "s/ .*//"`
fi
fi