Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarrier committed Mar 14, 2018
1 parent 05bef8b commit 29dfde8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions unix_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ if [ -f "$sleuthkit_jar_filepath" ]; then
exit 1
else
cp $sleuthkit_jar_filepath $ext_jar_filepath
if [ "$?" -eq 0 ]; then # checking copy operation was successful
# echo "Successfully copied $sleuthkit_jar_filepath"
else
if [ "$?" -ne 0 ]; then # checking copy operation was successful
echo "exiting..."
exit 1
fi
Expand Down

0 comments on commit 29dfde8

Please sign in to comment.