Clarify instructions

This commit is contained in:
Andrew David Wong 2023-02-09 21:29:33 -08:00 committed by GitHub
parent 3229e1daf4
commit 7dedcad2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,14 +44,12 @@ Inside the app qube.
4. Save. 4. Save.
5. If the directory you are trying to persist doesn't already exist in the app qube, you'll need to create the directory with its full path, under `/rw/bind-dirs`. In this case you would do: 5. If the directory you wish to make persistent doesn't already exist in the template on which the app qube is based, you'll need to create the directory with its full path, under `/rw/bind-dirs/`. In this example, you would execute the following command in the template:
``` ```
sudo mkdir -p /rw/bind-dirs/var/lib/tor sudo mkdir -p /rw/bind-dirs/var/lib/tor
``` ```
This is required only when this directory does not already exist in the template on which the app qube is based.
6. Reboot the app qube. 6. Reboot the app qube.
7. Done. 7. Done.