From 253fab4e6e27b7cc2b230480a44ef945851e5054 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sat, 2 Mar 2024 05:49:25 +0300 Subject: formatting: Replace horizontal ellipsis with vertical ellipsis. --- issues/gn-auth/registration.gmi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'issues/gn-auth') diff --git a/issues/gn-auth/registration.gmi b/issues/gn-auth/registration.gmi index 57438ac..5a0f03d 100644 --- a/issues/gn-auth/registration.gmi +++ b/issues/gn-auth/registration.gmi @@ -53,20 +53,20 @@ The cd container is built with the following options: ``` container_script=$(guix system container --network \ - … + ︙ --share=/export/data/genenetwork-xapian \ --share=/export/data/genenetwork-sqlite \ - … + ︙ ``` meanwhile the test1 container is built with: ``` container_script=$(guix system container \ - … + ︙ --expose=/export/data/genenetwork-xapian \ --share=/export/data/genenetwork-sqlite \ - … + ︙ ``` `--share` option allows read-write access within the container, while `--expose` just allows read access. From the snippets above, we see that the "genenetwork-sqlite" folder should (ideally) be writable from both systems. -- cgit v1.2.3