We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743b445 commit e7fadacCopy full SHA for e7fadac
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