mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 17:18:52 +08:00
changed a log message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user