diff --git a/mac_installer/Installer.cpp b/mac_installer/Installer.cpp index e5ac229dfa..5ee429a4e0 100755 --- a/mac_installer/Installer.cpp +++ b/mac_installer/Installer.cpp @@ -248,6 +248,8 @@ OSStatus GetFinalAction(CFStringRef *restartValue) pw = getpwnam(boinc_project_user_name); if (pw == NULL) return noErr; // User boinc_project does not exist + + boinc_project_uid = pw->pw_uid; if (pw->pw_gid != boinc_project_gid) return noErr; // User boinc_project does not have group boinc_project as its primary group