diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-25 08:26:56 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-25 08:26:56 +0100 |
commit | ff9fe5be0e0ac74625e5ae1538a548eaabc0d5a8 (patch) | |
tree | 5369c3e0bf803b0f05118e65b9efb6dd764ee2a5 /owncloud-8.2.3-correct-cli-upgrade-command.patch | |
parent | 4498738a4235b7fceb27ee17174e4cee4c513f3d (diff) |
pull latest changes from Fedora + cron on EL6
Diffstat (limited to 'owncloud-8.2.3-correct-cli-upgrade-command.patch')
-rw-r--r-- | owncloud-8.2.3-correct-cli-upgrade-command.patch | 13 |
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> - |