changed a log message

This commit is contained in:
Leonid Lapshin
2020-10-23 13:30:51 +03:00
parent fce0a5c113
commit 67fb0904b7

View File

@@ -24,7 +24,7 @@ rm -rf ~/utils ~/image-generation
sudo mdutil -E /
sudo log stream | while true; do
if read -rt5 && [[ $REPLY =~ "executeQuery with success=0" ]]; then
if read -rt5 && [[ $REPLY =~ "Unlinked journal" ]]; then
echo "indexing completed"
exit 0
fi