From 7dedcad2cad688b8e02ca50fce8f2069f3c8003b Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Thu, 9 Feb 2023 21:29:33 -0800 Subject: [PATCH] Clarify instructions --- user/advanced-topics/bind-dirs.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/user/advanced-topics/bind-dirs.md b/user/advanced-topics/bind-dirs.md index 79469fb5..ad3d4bb1 100644 --- a/user/advanced-topics/bind-dirs.md +++ b/user/advanced-topics/bind-dirs.md @@ -44,13 +44,11 @@ Inside the app qube. 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 ``` - - 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.