From 5bfdab3e1553c8b766dd46c2182a68aa6b12bdf7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 24 Feb 2022 18:54:28 +0100 Subject: [PATCH] remove reference to config panels --- scripts/install | 3 --- scripts/upgrade | 3 --- 2 files changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index ec2787b..04529d0 100644 --- a/scripts/install +++ b/scripts/install @@ -345,9 +345,6 @@ fi echo "$Informations You can also find a config file for Etherpad at this path /var/www/etherpad_mypads/settings.json. -You can configure this app easily by using the experimental config-panel feature $admin_panel/config-panel. -You can also find some specific actions for this app by using the experimental action feature $admin_panel/actions. - If you are facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/etherpad_mypads_ynh" > mail_to_send ynh_send_readme_to_admin --app_message="mail_to_send" --recipients="$admin" --type=install diff --git a/scripts/upgrade b/scripts/upgrade index 87dfd3d..8abbd9a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -501,9 +501,6 @@ fi echo "$Informations You can also find a config file for Etherpad at this path /var/www/etherpad_mypads/settings.json. -You can configure this app easily by using the experimental config-panel feature $admin_panel/config-panel. -You can also find some specific actions for this app by using the experimental action feature $admin_panel/actions. - If you are facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/etherpad_mypads_ynh ---