1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

add post upgrade message

This commit is contained in:
Éric Gaspar 2023-11-24 08:44:09 +01:00
parent 63429112a4
commit f57d831636
3 changed files with 2 additions and 11 deletions

1
doc/POST_UPGRADE.md Normal file
View file

@ -0,0 +1 @@
Note that if you've installed some third-parties Nextcloud applications, they are probably disabled and you'll have to manually enable them again.

1
doc/POST_UPGRADE_fr.md Normal file
View file

@ -0,0 +1 @@
Notez que si vous avez installé des applications Nextcloud tierces, elles sont probablement désactivées et vous devrez les réactiver manuellement.

View file

@ -366,17 +366,6 @@ chmod 640 "$install_dir/config/config.php"
chmod 755 /home/yunohost.app
chmod 750 $install_dir
#=================================================
# WARNING ABOUT THIRD-PARTY APPS
#=================================================
if [ "$upgrade_type" == "UPGRADE_APP" ]
then
# Warn about possible disabled apps
ynh_print_warn --message="Note that if you've installed some third-parties Nextcloud applications, \
they are probably disabled and you'll have to manually enable them again."
fi
#=================================================
# SETUP LOGROTATE
#=================================================