diff --git a/source/libublsettings-file.c b/source/libublsettings-file.c index 8aef530..3f5d2f0 100644 --- a/source/libublsettings-file.c +++ b/source/libublsettings-file.c @@ -94,7 +94,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); - int chmod_success = chmod(temp,0644); } } if (!yon_char_is_empty(current)) free(current);