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

[doc] Notice about disabled third-parties applications at upgrade

This commit is contained in:
Jérôme Lebleu 2016-05-14 23:02:46 +02:00
parent 285a1c3eec
commit 877cbd9d5a

View file

@ -144,3 +144,7 @@ ynh_app_setting_set "$app" skipped_uris "/.well-known"
# Reload services
sudo service php5-fpm restart || true
sudo service nginx reload || true
# Warn about possible disabled apps
echo "Note that if you've installed some third-parties ownCloud applications, \
they are probably disabled and you'll have to manually upgrade them."