From 877cbd9d5a1e43d7457007bf318aeb0cf7513be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 14 May 2016 23:02:46 +0200 Subject: [PATCH] [doc] Notice about disabled third-parties applications at upgrade --- scripts/upgrade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index a5dcee8..47f8134 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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."