Skip to content

Commit

Permalink
tskJarPath correction
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr committed Feb 23, 2023
1 parent b214042 commit b388f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.processor
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN echo "#####################################" \
&& sed -i -e "s/outputOnSSD =.*/outputOnSSD = false/" /root/IPED/iped/LocalConfig.txt \
&& sed -i -e "s/numThreads =.*/numThreads = 8/" /root/IPED/iped/LocalConfig.txt \
&& sed -i -e "s/#hashesDB =.*/hashesDB = \/mnt\/hashesdb\/iped-hashes.db/" /root/IPED/iped/LocalConfig.txt \
&& sed -i -e "s/#tskJarPath =.*/tskJarPath = \/usr\/share\/java\/sleuthkit-4.11.1.jar/" /root/IPED/iped/LocalConfig.txt \
&& sed -i -e "s/#tskJarPath =.*/tskJarPath = \/usr\/share\/java\/sleuthkit-4.12.0.jar/" /root/IPED/iped/LocalConfig.txt \
&& sed -i -e "s/mplayerPath =.*/mplayerPath = \/usr\/bin\/mplayer/" /root/IPED/iped/LocalConfig.txt \
&& echo "#####################################" \
&& echo "Configuring GraphConfig with our default values:BR" \
Expand Down

0 comments on commit b388f72

Please sign in to comment.