Added chmod at removing config #32

Merged
asmeron merged 1 commits from YanTheKaller/libublsettingsui-gtk3:master into master 1 year ago
Collaborator
There is no content yet.
YanTheKaller added 1 commit 1 year ago
asmeron requested changes 1 year ago
template_config->load_socket_id=atoi(optarg);
break;
case 'c': if (system(remove_config_dir_command)){};
case 'c': chmod (yon_char_unite(yon_ubl_user_get_home_directory(),"/.config/",template_app_information.app_tech_name,"/",NULL),0777);
asmeron commented 1 year ago
Owner

Для чего 777 на файл?
Возможно нужно сменить владельца на текущего пользователя chown ?

Для чего 777 на файл? Возможно нужно сменить владельца на текущего пользователя chown ?
asmeron merged commit 08887e891c into master 1 year ago

Reviewers

asmeron requested changes 1 year ago
The pull request has been merged as 08887e891c.
Sign in to join this conversation.
Loading…
There is no content yet.