hogehuga / epss-db

Download all epss data, and import database. We can explore the data by SQL querys!
Apache License 2.0
9 stars 0 forks source link

epss-add.sh does not delete .csv files. #5

Closed hogehuga closed 7 months ago

hogehuga commented 7 months ago

PROBREM:

epss-add.sh does not delete .csv files, so /opt/epss-db/epss-data/*.csv files increase.

TARGET

TOBE:

Modify epss-add.sh to delete the file after importing it into the database.

hogehuga commented 7 months ago

I will fix it in the next update. Until then, please do the following:

hogehuga commented 7 months ago

fix epss-add.sh at #6 .