From 6d32b70388e8e24e3b5232e71a4889a2436b55fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 14 May 2016 23:12:59 +0200 Subject: [PATCH] [fix] Print upgrade notice to stderr and tell to activate them instead --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 47f8134..126a336 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -147,4 +147,4 @@ 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." +they are probably disabled and you'll have to manually activate them again." >&2