mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Resolving some more hooking problems
This commit is contained in:
parent
ef911b6be4
commit
f81062d595
4 changed files with 32 additions and 12 deletions
|
|
@ -1,5 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
"""
|
||||
cat > .git/hooks/pre-commit << EOF
|
||||
#!/bin/bash
|
||||
|
||||
source ./extra/shutils/precommit-hook.sh
|
||||
EOF
|
||||
|
||||
chmod +x .git/hooks/pre-commit
|
||||
"""
|
||||
|
||||
PROJECT="../../"
|
||||
SETTINGS="../../lib/core/settings.py"
|
||||
CHECKSUM="../../txt/checksum.md5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue