From c1fe53ce4ba7351278cbf9c511863625b37d853b Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Wed, 26 Oct 2016 13:13:51 +0100 Subject: [PATCH] Hardcode ${gitpath} path --- searchsploit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchsploit b/searchsploit index 9a771d88c..f8dd5e3ce 100755 --- a/searchsploit +++ b/searchsploit @@ -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"