Merge branch 'g0tmi1k-searchsploit'
This commit is contained in:
commit
48534c54b0
1 changed files with 3 additions and 2 deletions
|
@ -70,6 +70,7 @@ function usage()
|
|||
## Update database (via GIT)
|
||||
function update()
|
||||
{
|
||||
mkdir -p "${gitpath}/"
|
||||
cd "${gitpath}/"
|
||||
|
||||
# Make sure a git repo is init before updating
|
||||
|
@ -142,7 +143,7 @@ for param in "$@"; do
|
|||
shift
|
||||
continue
|
||||
fi
|
||||
TAGS="${TAGS} ${param}"
|
||||
TAGS="${TAGS} ${param//\`/_}"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue