fix for cli

This commit is contained in:
Greg DiCristofaro 2023-08-08 10:28:06 -04:00
parent 6118f90b9e
commit ea5d2b3a44

View File

@ -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