From 8b5b063a8dcfd6edee6600f67440365997c92bf2 Mon Sep 17 00:00:00 2001 From: deeplow Date: Fri, 3 Feb 2023 09:25:52 +0000 Subject: [PATCH] apply stylistic changes --- user/advanced-topics/bind-dirs.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/user/advanced-topics/bind-dirs.md b/user/advanced-topics/bind-dirs.md index c33f52e3..475ce247 100644 --- a/user/advanced-topics/bind-dirs.md +++ b/user/advanced-topics/bind-dirs.md @@ -44,17 +44,15 @@ Inside the app qube. 4. Save. -> **Note**: 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: -> -> ``` -> sudo mkdir -p /rw/bind-dirs/var/lib/tor -> ``` -> -> This case happens only when the template on which this app qube is based does have this directory. +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: + ``` + sudo mkdir -p /rw/bind-dirs/var/lib/tor + ``` + This case happens only when the template on which this app qube is based does have this directory. -5. Reboot the app qube. +6. Reboot the app qube. -6. Done. +7. Done. From now on any files within the `/var/lib/tor` folder will persist across reboots.