Skip to content

Commit 5df47f5

Browse files
committed
Minor fix for macOS.
1 parent 156e73c commit 5df47f5

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
@@ -530,7 +530,7 @@ int install_services(int hpcopr_loc_flag, char* hpcopr_loc, char* hpcopr_ver, ch
530530
snprintf(cmdline1,CMDLINE_LENGTH-1,"mkdir -p /usr/local/bin && ln -s %s /usr/local/bin/hpcopr >> /dev/null 2>&1",HPCOPR_EXEC);
531531
system(cmdline1);
532532
printf(GENERAL_BOLD "[ -INFO- ]" RESET_DISPLAY " Checking the Microsoft RDP Client now ...\n");
533-
if(file_exist_or_not("/Applications/msrdp.app")==0){
533+
if(folder_exist_or_not("/Applications/msrdp.app")==0){
534534
printf(GENERAL_BOLD "[ -INFO- ]" RESET_DISPLAY " Microsoft RDP has been installed to your OS.\n");
535535
goto mac_install_done;
536536
}

0 commit comments

Comments
 (0)