Chmod remove

pull/49/head
parent 93f7b09bce
commit 5fc76a58ff

@ -89,10 +89,6 @@ int yon_file_create_full_path(char *path, mode_t rules){
} }
} }
if (i>2){
struct passwd *user = getpwnam(yon_ubl_root_user_get());
int chown_success = chown(temp,user->pw_uid,user->pw_gid);
}
} }
if (!yon_char_is_empty(current)) free(current); if (!yon_char_is_empty(current)) free(current);
current = temp; current = temp;

Loading…
Cancel
Save