Browse Source

[fix] Print upgrade notice to stderr and tell to activate them instead

pull/4/head
Jérôme Lebleu 10 years ago
parent
commit
6d32b70388
  1. 2
      scripts/upgrade

2
scripts/upgrade

@ -147,4 +147,4 @@ sudo service nginx reload || true
# Warn about possible disabled apps # Warn about possible disabled apps
echo "Note that if you've installed some third-parties ownCloud applications, \ 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
Loading…
Cancel
Save