diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 8aa166100c1b6dcc6675189149a45bf374a27b26..d32596b9ee64a6b9070b4ae335859674b48d4376 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