We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f67d3c commit 049f515Copy full SHA for 049f515
developer_manual/digging_deeper/profiler.rst
@@ -13,7 +13,7 @@ using the latest development version of Nextcloud.
13
14
.. code-block:: bash
15
16
- major_version=$(php occ version 2>&1 | awk -F'[. ]' '{print $2;exit}')
+ major_version=$(sudo -E -u www-data php occ version 2>&1 | awk -F'[. ]' '{print $2;exit}')
17
cd apps/
18
git clone --branch stable$major_version https://github.com/nextcloud/profiler.git
19
cd profiler
0 commit comments