Skip to content

Commit 447dca8

Browse files
committed
(DOCSP-44259) adds a step to change root directory permissions
1 parent 58f94c5 commit 447dca8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/includes/steps-configure-local-mode.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,13 @@ content: |
244244
sudo chmod -R 640 <path-to-the-versions-directory>/*.tgz \
245245
<path-to-the-versions-directory>/*.zip
246246
247+
c. Change permissions of the `mongodb-releases` root directory.
248+
249+
.. code-block:: sh
250+
:copyable:
251+
252+
chmod 755 mongodb-releases
253+
247254
If these steps were successful, the resulting list of the
248255
:setting:`Versions Directory` should look similar to the following example.
249256
This example may not reflect the list of currently supported versions.

0 commit comments

Comments
 (0)