diff options
-rw-r--r-- | config/avahi/avahi.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/avahi/avahi.xml b/config/avahi/avahi.xml index 59b90048..3670e7d6 100644 --- a/config/avahi/avahi.xml +++ b/config/avahi/avahi.xml @@ -90,6 +90,8 @@ setup_avahi(); </custom_add_php_command> <custom_php_install_command> + exec("mkdir -p /usr/local/etc/avahi/services/"); + exec("mv /usr/local/etc/avahi/*.service /usr/local/etc/avahi/services/"); setup_avahi(); </custom_php_install_command> <custom_php_deinstall_command> |