Merge branch 'default_gitpath_to_script_dir' of https://github.com/cbrunnkvist/exploit-database
This commit is contained in:
commit
fe449aa010
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
|
|
||||||
## OS settings
|
## OS settings
|
||||||
gitpath="/usr/share/exploitdb"
|
gitpath=$(dirname "$(readlink "$0")")
|
||||||
csvpath="${gitpath}/files.csv"
|
csvpath="${gitpath}/files.csv"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue