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:
parent
63429112a4
commit
f57d831636
3 changed files with 2 additions and 11 deletions
1
doc/POST_UPGRADE.md
Normal file
1
doc/POST_UPGRADE.md
Normal 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
1
doc/POST_UPGRADE_fr.md
Normal 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.
|
|
@ -366,17 +366,6 @@ chmod 640 "$install_dir/config/config.php"
|
||||||
chmod 755 /home/yunohost.app
|
chmod 755 /home/yunohost.app
|
||||||
chmod 750 $install_dir
|
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
|
# SETUP LOGROTATE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue