pull/48/head
parent 89c3e99155
commit f61f532faf

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

Loading…
Cancel
Save