1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Merge pull request #205 from YunoHost-Apps/testing

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

View file

@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
**Shipped version:** 2.5.289~ynh1
**Shipped version:** 2.5.289~ynh2
**Demo:** https://docs-beta.requarks.io/

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~ynh2
**Démo :** https://docs-beta.requarks.io/

View file

@ -6,7 +6,7 @@
"en": "Open source powerful wiki app built on Node.js, Git and Markdown",
"fr": "Wiki open source propulsé par Node.js, Git et Markdown"
},
"version": "2.5.289~ynh1",
"version": "2.5.289~ynh2",
"url": "https://wiki.js.org/",
"upstream": {
"license": "AGPL-3.0-or-later",

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
#=================================================