Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin_manual/issues/applying_patch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Patching server
1. Navigate into your Nextcloud server's root directory (contains the ``status.php`` file)
2. Now apply the patch with the following command::

patch -p 1 < /path/to/the/file.patch
patch -p 1 < ./26396.diff

.. note::

Expand All @@ -29,7 +29,7 @@ Reverting a patch
1. Navigate to the directory where you applied the patch.
2. Now revert the patch with the ``-R`` option::

patch -R -p 1 < /path/to/the/file.patch
patch -R -p 1 < ./26396.diff

Getting a patch from a GitHub pull request
------------------------------------------
Expand Down