Skip to content

Commit 2f88719

Browse files
committed
Minor fix for macOS.
1 parent 5df47f5 commit 2f88719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/installer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ int update_services(int hpcopr_loc_flag, char* hpcopr_loc, char* hpcopr_ver, int
10771077
snprintf(cmdline1,CMDLINE_LENGTH-1,"chmod +x %s && chmod +x %s && chown -R hpc-now:hpc-now %s && chown -R hpc-now:hpc-now %s",HPCOPR_EXEC,NOW_CRYPTO_EXEC,HPCOPR_EXEC,NOW_CRYPTO_EXEC);
10781078
system(cmdline1);
10791079
printf(GENERAL_BOLD "[ -INFO- ]" RESET_DISPLAY " Checking the Microsoft RDP Client now ...\n");
1080-
if(file_exist_or_not("/Applications/msrdp.app")==0){
1080+
if(folder_exist_or_not("/Applications/msrdp.app")==0){
10811081
printf(GENERAL_BOLD "[ -INFO- ]" RESET_DISPLAY " Microsoft RDP has been installed to your OS.\n");
10821082
goto update_done;
10831083
}

0 commit comments

Comments
 (0)