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-autoAdd.sh has error #13

Closed hogehuga closed 6 months ago

hogehuga commented 7 months ago

File exsists error from mkdir command. The problem is probably the cooperation with epss-add.sh.

root@16a6559a6577:/opt/epss-db# ./epss-autoAdd.sh
auto data import
- from: 2024-01-20
- to  : 2024-01-31
Hit enter or Cancel(CTRL+C)y
  ADD: 2024-01-20
argument check...
/opt/epss-db/epss-add.sh: line 35: [: 1705708800: unary operator expected
mkdir: cannot create directory '/opt/epss-db/epss-data/3rd': File exists
file doanload...
preProcess...
data import
hogehuga commented 6 months ago

FIX by PR#12