mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Remove diagnosis from email (fix #68)
This commit is contained in:
parent
94158457a0
commit
bd8712156e
2 changed files with 2 additions and 7 deletions
|
@ -21,7 +21,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 3.6.0"
|
||||
},
|
||||
"version": "0.16.0~ynh2",
|
||||
"version": "0.16.0~ynh3",
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx"
|
||||
|
|
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue