Merge PR #46, closes #44

This commit is contained in:
Offensive Security 2016-09-16 10:57:00 +00:00
commit 5fefdd465d

View file

@ -12,7 +12,7 @@
## OS settings (get the path of where the script is stored + database file)
gitpath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
gitpath="$( cd "$( dirname "$(realpath ${BASH_SOURCE[0]})" )" && pwd)"
csvpath="${gitpath}/files.csv"