Browse Source

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

pull/4/head
Jérôme Lebleu 10 years ago
parent
commit
877cbd9d5a
  1. 4
      scripts/upgrade

4
scripts/upgrade

@ -144,3 +144,7 @@ ynh_app_setting_set "$app" skipped_uris "/.well-known"
# Reload services # Reload services
sudo service php5-fpm restart || true sudo service php5-fpm restart || true
sudo service nginx reload || 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."
Loading…
Cancel
Save