Merge pull request #204 from YunoHost-Apps/Tagadda-patch-1

Remove the post install mail from the upgrade
This commit is contained in:
yalh76 2022-10-26 20:29:04 +02:00 committed by GitHub
commit 1b2f793d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 11 deletions

View File

@ -20,7 +20,6 @@ Wiki.js is a copylefted libre software, modern and powerful wiki app built on No
**Shipped version:** 2.5.289~ynh1
**Demo:** https://docs-beta.requarks.io/
## Screenshots

View File

@ -18,8 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
**Version incluse :** 2.5.289~ynh1
**Version incluse :** 2.5.289~ynh1
**Démo :** https://docs-beta.requarks.io/

View File

@ -204,14 +204,6 @@ ynh_script_progression --message="Reloading NGINX web server..."
ynh_systemd_action --service_name=nginx --action=reload
#=================================================
# SEND README TO ADMIN
#=================================================
ynh_script_progression --message="Sending ReadMe to admin..."
ynh_add_config --template="../conf/ldap_message" --destination="../conf/message_upgrade"
ynh_send_readme_to_admin --app_message="../conf/message_upgrade" --recipients="root" --type='upgrade'
#=================================================
# END OF SCRIPT
#=================================================