From 6118f90b9ecec0892834f694dc9f38610a7508b1 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Mon, 7 Aug 2023 14:01:31 -0400
Subject: [PATCH] readme fix

---
 snap/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snap/README.md b/snap/README.md
index c353a4943c..d6182d296b 100644
--- a/snap/README.md
+++ b/snap/README.md
@@ -20,7 +20,7 @@ The version of Autopsy can be updated manually by modifying fields relating to g
 
 ### Solr won't run
 
-An error like "Local Solr Server did not respond to status request" or something similar, may indicate that not all snap connections may have not all snap connections may have been connected.   These [Super-privileged connections](https://snapcraft.io/docs/super-privileged-interfaces) may need to be connected.  This can be done manually by running `snap connections autopsy` to determine any missing connections, and then running `snap connect autopsy:home` replacing `home` with the name of the plug.  Another option is to run this script, which will connect all missing plugs: `snap connections autopsy | sed -nE 's/^[^ ]* *([^ ]*) *- *- *$/\1/p' | xargs -I{} sudo snap connect {}`.  One other possible option may be to install the application with `--devmode` instead of `--dangerous`.  The `--devmode` flag is more permissive and will allow all connections to the operating system.  More information on interface management can be found at the [snapcraft website](https://snapcraft.io/docs/interface-management).
+An error like "Local Solr Server did not respond to status request" or something similar, may indicate that not all snap connections may have been connected.  By default, snap doesn't allow certain interactions with the operating system.  These [Super-privileged connections](https://snapcraft.io/docs/super-privileged-interfaces) may need to be connected.  This can be done manually by running `snap connections autopsy` to determine any missing connections, and then running `snap connect autopsy:home` replacing `home` with the name of the plug.  Another option is to run this script, which will connect all missing plugs: `snap connections autopsy | sed -nE 's/^[^ ]* *([^ ]*) *- *- *$/\1/p' | xargs -I{} sudo snap connect {}`.  One other possible option may be to install the application with `--devmode` instead of `--dangerous`.  The `--devmode` flag is more permissive and will allow all connections to the operating system.  More information on interface management can be found at the [snapcraft website](https://snapcraft.io/docs/interface-management).
 
 ### There are no local disks for processing
 
-- 
GitLab