Skip to content
Snippets Groups Projects
Unverified Commit a279879b authored by panagiotisntinis's avatar panagiotisntinis Committed by GitHub
Browse files

fixing ext_jar_filepath

ext_jar_filepath=$PWD/autopsy/modules/ext/sleuthkit-$TSK_VERSION.jar;
parent cb396bb6
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ else
exit 1
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..."
rm -f "$ext_jar_filepath";
if [ "$?" -gt 0 ]; then #checking if remove operation failed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment