@ -83,7 +83,7 @@ int yon_file_create_full_path(char *path, mode_t rules){
if (!yon_char_is_empty(temp)){
if (access(temp,F_OK)){
if (i!=size-1){
mkdir(temp,755);
mkdir(temp,0755);
struct passwd *user = getpwnam(yon_ubl_root_user_get());
} else {
FILE *fl = fopen(temp,"w");