This commit is contained in:
Leonid Lapshin
2020-10-22 15:02:41 +03:00
parent 7776bc4f83
commit 6b4ca3cc7f

View File

@@ -26,6 +26,6 @@ sudo mdutil -E /
sudo log stream | while true; do
if read -rt5 && [[ $REPLY =~ "executeQuery with success=0" ]]; then
echo "indexing completed"
exit 0
exit 0
fi
done