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:
commit
338ca8421f
4 changed files with 3 additions and 13 deletions
|
@ -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.
|
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/
|
**Demo:** https://docs-beta.requarks.io/
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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/
|
**Démo :** https://docs-beta.requarks.io/
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Open source powerful wiki app built on Node.js, Git and Markdown",
|
"en": "Open source powerful wiki app built on Node.js, Git and Markdown",
|
||||||
"fr": "Wiki open source propulsé par Node.js, Git et 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/",
|
"url": "https://wiki.js.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
|
@ -204,14 +204,6 @@ ynh_script_progression --message="Reloading NGINX web server..."
|
||||||
|
|
||||||
ynh_systemd_action --service_name=nginx --action=reload
|
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
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue