exit with true because of pipefail

This commit is contained in:
Leonid Lapshin
2020-10-29 09:19:29 +03:00
parent 62de6fab8b
commit 02e3c4276d

View File

@@ -29,5 +29,5 @@ rm -rf ~/utils ~/image-generation
# Erase all indexes and wait until the rebuilding process ends,
# for now there is no way to get status of indexing process, it takes around 3 minutes to accomplish
sudo mdutil -E /
sudo log stream | grep -q -E 'mds.*Released.*BackgroundTask'
sudo log stream | grep -q -E 'mds.*Released.*BackgroundTask' || true
echo "Indexing completed"