Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mirror.sh to fix DELAY Override
This primarily fix situation where DELAY override is incorrect. Previous behaviors: * If DELAY is unset, will set DELAY_ARG to "--delay=" (empty string after equal sign) * If DELAY is set, DELAY_ARG will be set to "--delay=10000" if NVD_API_KEY unspecified and will not correctly set DELAY value
- Loading branch information