mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fixing ext_jar_filepath
ext_jar_filepath=$PWD/autopsy/modules/ext/sleuthkit-$TSK_VERSION.jar;
This commit is contained in:
parent
cb396bb67c
commit
a279879b27
@ -55,7 +55,7 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ext_jar_filepath="$PWD/autopsy/modules/ext/sleuthkit-postgresql-$TSK_VERSION.jar";
|
ext_jar_filepath=$PWD/autopsy/modules/ext/sleuthkit-$TSK_VERSION.jar;
|
||||||
echo -n "Copying sleuthkit-$TSK_VERSION.jar into the Autopsy directory..."
|
echo -n "Copying sleuthkit-$TSK_VERSION.jar into the Autopsy directory..."
|
||||||
rm -f "$ext_jar_filepath";
|
rm -f "$ext_jar_filepath";
|
||||||
if [ "$?" -gt 0 ]; then #checking if remove operation failed
|
if [ "$?" -gt 0 ]; then #checking if remove operation failed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user