Cant get Fileshipper to work

Hey all,
i just tried to get fileshipper to work but i cant see if it works or if it doenst work.

directories.ini:

cat /usr/share/icingaweb2/modules/fileshipper/directories.ini
[master-rules]
source = /usr/share/icinga2/icinga2_custom_configs/master-zone
target = zones.d/master/custom-rules

icinga2_custom_configs:

ls -R icinga2_custom_configs/
icinga2_custom_configs/:
master-zone

icinga2_custom_configs/master-zone:
notification.conf

notification.conf:

cat icinga2_custom_configs/master-zone/notification.conf
apply Notification "dynamic-mail-service-notification" to Service {
  import "Email Service Notification Template Graph"

  period = service.vars.Bereitschaft
  users = service.vars.notification.mail.users

  if (service.vars.notification_user_groups) {
    user_groups = service.vars.notification_user_groups
  }

  assign where ( service.vars.notification_users &&  service.vars.Bereitschaft && service.vars.Bereitschaft != "Keine")
}

if i try to render icinga director config, nothing new happens and in the ui i cant find my new files in the render ui.

icingacli director config render
Config with checksum 75eb8d6cf24ac34313ee53f69467dc4071b638e5 already exists

Can you help me please? Am i missing something?
Currently im running director 1.8.0 and fileshipper 1.2.0

greetings
fl0w

was my own fault. config file was in the wrong directory. the right one is: “/etc/icingaweb2/modules/fileshipper/directories.ini”. Now it works