summaryrefslogtreecommitdiffstats
path: root/owncloud-8.2.3-correct-cli-upgrade-command.patch
diff options
context:
space:
mode:
Diffstat (limited to 'owncloud-8.2.3-correct-cli-upgrade-command.patch')
-rw-r--r--owncloud-8.2.3-correct-cli-upgrade-command.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/owncloud-8.2.3-correct-cli-upgrade-command.patch b/owncloud-8.2.3-correct-cli-upgrade-command.patch
deleted file mode 100644
index 95779fd..0000000
--- a/owncloud-8.2.3-correct-cli-upgrade-command.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 @@
- <input class="updateButton" type="button" value="<?php p($l->t('Start update')) ?>">
- <div class="infogroup">
- <?php p($l->t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?>
-- <pre>./occ upgrade</pre>
-+ <pre>sudo -u apache php /usr/share/owncloud/occ upgrade</pre>
- </div>
- </div>
-