diff --git a/hooks/post_app_removeaccess b/hooks/post_app_removeaccess index ec62a29..3360b8c 100644 --- a/hooks/post_app_removeaccess +++ b/hooks/post_app_removeaccess @@ -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_removed=$4