diff --git a/hooks/post_app_addaccess b/hooks/post_app_addaccess index 9b5a189..662067d 100644 --- a/hooks/post_app_addaccess +++ b/hooks/post_app_addaccess @@ -3,6 +3,9 @@ source /etc/yunohost/apps/chatonsinfos/scripts/_common.sh source /usr/share/yunohost/helpers app=$1 + +[ "${app}" == "chatonsinfos" ] && exit 0 + install_dir=/var/www/chatonsinfos/ service_path=${install_dir}public/${app}.properties local groups_added=$4