Hardcode ${gitpath} path

This commit is contained in:
g0tmi1k 2016-10-26 13:13:51 +01:00
parent e5938fe900
commit c1fe53ce4b

View file

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