mirror of https://github.com/BOINC/boinc.git
Mac installer: fix a bug in error recovery logic
This commit is contained in:
parent
03cc6849c7
commit
469dd5ad61
|
@ -892,6 +892,8 @@ Boolean SetLoginItemOSAScript(long brandID, Boolean deleteLogInItem, char *userN
|
|||
if (i >= 50) {
|
||||
fprintf(stdout, "Failed to make System Events quit\n");
|
||||
fflush(stdout);
|
||||
err = noErr;
|
||||
goto cleanupSystemEvents;
|
||||
}
|
||||
sleep(2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue