|
|
|
|
@ -1248,6 +1248,7 @@ void on_group_save(GtkWidget *self, dictionary *dict){
|
|
|
|
|
if (shutdown_sync_active){
|
|
|
|
|
char *final_command = yon_config_parameter_prepare_command(dull_parameter_get_command,NULL,"users",GROUPADD_SYNC(group_name));
|
|
|
|
|
yon_config_register(GROUPADD_SYNC(group_name),final_command,"shutdown");
|
|
|
|
|
yon_config_compare_ignore_set(GROUPADD_SYNC(group_name),1);
|
|
|
|
|
} else {
|
|
|
|
|
yon_config_remove_by_key(GROUPADD_SYNC(group_name));
|
|
|
|
|
}
|
|
|
|
|
|