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 ]