From 6dbb563e5b1bca62fd496677e26b9dcbeeeab59e Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Thu, 29 May 2025 07:13:35 +0000 Subject: [PATCH] Chmod removal --- source/libublsettingsui-gtk3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libublsettingsui-gtk3.c b/source/libublsettingsui-gtk3.c index ae7b9f4..a8147fe 100644 --- a/source/libublsettingsui-gtk3.c +++ b/source/libublsettingsui-gtk3.c @@ -420,7 +420,6 @@ int yon_ubl_setup_arguments(int argc, char *argv[],config_str *unfound_arguments case 'c': char *path = yon_char_unite(yon_ubl_user_get_home_directory(),"/.config/",template_app_information.app_tech_name,"/",NULL); struct passwd *user = getpwnam(yon_ubl_root_user_get()); if (chown(path,user->pw_uid,user->pw_gid)){}; - chmod (path,0644); if (system(remove_config_dir_command)){}; break; case 'd': template_config->debug_mode=1;