Path correction
This commit is contained in:
parent
d1f3068c04
commit
14e6bcce9a
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user