Author: Derick Rethans (derickr)
Date: 2024-11-28T18:19:06Z
Commit: Use www-data as actual user, to solve some problems · php/web-wiki@1c86807 · GitHub
Raw diff: https://github.com/php/web-wiki/commit/1c86807eac5db015af03860c913dcedd09113ed8.diff
Use www-data as actual user, to solve some problems
Changed paths:
M README.rst
Diff:
diff --git a/README.rst b/README.rst
index b0343400..86d846cf 100644
--- a/README.rst
+++ b/README.rst
@@ -23,4 +23,4 @@ Upgrades
- Restore ``entities.conf`` via ``git restore -- dokuwiki/conf/entities.conf``
- Review the changes (not every detail in larger upgrades of course)
- Commit and push
-- Pull on the server (``cd /srv/web-wiki && sudo -u kelunik git pull``)
+- Pull on the server (``cd /srv/web-wiki && sudo -u www-data git pull``)