From ea5d2b3a44d28f581f372998aac47d33c7978536 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Tue, 8 Aug 2023 10:28:06 -0400 Subject: [PATCH] fix for cli --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8aa166100c..d32596b9ee 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -211,7 +211,7 @@ parts: #!/bin/bash mkdir -p \$SNAP_USER_COMMON/tmp echo Starting Autopsy... - \$SNAP/autopsy/bin/autopsy + \$SNAP/autopsy/bin/autopsy "\$@" EOF chmod 755 $AUTOPSY_LOCATION/bin/autopsywrapper.sh -- GitLab