From cd23fdde5b2a7e041c641a10f86a27debbaa4a56 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 9 Aug 2020 15:12:22 +0200 Subject: [PATCH] remove permission --- README.md | 3 +-- scripts/upgrade | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 272f45c..ef90118 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,7 @@ How to configure this app: by an admin panel. --- -Developers info ----------------- +## Developers info Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing). diff --git a/scripts/upgrade b/scripts/upgrade index b8426c0..8791477 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -188,14 +188,6 @@ ynh_script_progression --message="Integrating service in YunoHost..." yunohost service add $app --description "Client Web IRC auto-hébergé" --log_type "systemd" -#================================================= -# SETUP SSOWAT -#================================================= -ynh_script_progression --message="Upgrading SSOwat configuration..." - -# Make app public if necessary -[ $is_public -eq 0 ] || ynh_permission_update --permission "main" --add "visitors" - #================================================= # START SYSTEMD SERVICE #=================================================