From bd8712156e7a78a983a3b323d7323979476e7420 Mon Sep 17 00:00:00 2001 From: nicofrand Date: Tue, 5 May 2020 11:48:51 +0200 Subject: [PATCH] Remove diagnosis from email (fix #68) --- manifest.json | 2 +- scripts/_common.sh | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index cbd37b5..27d1c56 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "requirements": { "yunohost": ">= 3.6.0" }, - "version": "0.16.0~ynh2", + "version": "0.16.0~ynh3", "multi_instance": true, "services": [ "nginx" diff --git a/scripts/_common.sh b/scripts/_common.sh index 9d6c86d..46a4b49 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -44,12 +44,7 @@ ynh_send_readme_to_admin() { Specific information for the application $app. -$app_message - ---- -Automatic diagnosis data from YunoHost - -$(yunohost diagnosis show | grep -B 100 "services:" | sed '/services:/d')" +$app_message" # Define binary to use for mail command if [ -e /usr/bin/bsd-mailx ]