From bcfe6f7686289cccf41c2810ed8bf503131f7daa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Apr 2016 14:23:16 +0200 Subject: owncloud: sync with Fedora --- owncloud-8.2.3-correct-cli-upgrade-command.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 owncloud-8.2.3-correct-cli-upgrade-command.patch (limited to 'owncloud-8.2.3-correct-cli-upgrade-command.patch') diff --git a/owncloud-8.2.3-correct-cli-upgrade-command.patch b/owncloud-8.2.3-correct-cli-upgrade-command.patch new file mode 100644 index 0000000..95779fd --- /dev/null +++ b/owncloud-8.2.3-correct-cli-upgrade-command.patch @@ -0,0 +1,13 @@ +diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php +index fbd3025..b9b00ef 100644 +--- a/core/templates/update.admin.php ++++ b/core/templates/update.admin.php +@@ -37,7 +37,7 @@ + +
+ t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?> +-
./occ upgrade
++
sudo -u apache php /usr/share/owncloud/occ upgrade
+
+ + -- cgit