From 14e6bcce9a73aee3eada152284b1ae8e29d645df Mon Sep 17 00:00:00 2001 From: valentin Date: Mon, 6 Apr 2020 18:58:33 +0200 Subject: [PATCH] Path correction --- 08_check_files2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_check_files2.sh b/08_check_files2.sh index 46a9474..d6aaab0 100755 --- a/08_check_files2.sh +++ b/08_check_files2.sh @@ -2,7 +2,7 @@ result=[] i=0 j=0 -for filename in /home/ubuntu/storage/malware/*.exe; do +for filename in /home/ubuntu/storage/legitimate/*.exe; do echo "$filename" result="$(python3.6 /home/ubuntu/bigData/projet_big_data/06_extract_features_and_predict.py $filename)" python3.6 /home/ubuntu/bigData/projet_big_data/06_extract_features_and_predict.py "$filename"