mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #3898
This commit is contained in:
parent
f6e1f11711
commit
54e93e53df
2 changed files with 2 additions and 1 deletions
|
|
@ -105,6 +105,7 @@ def update():
|
|||
|
||||
dataToStdout("\r[%s] [INFO] update in progress" % time.strftime("%X"))
|
||||
|
||||
output = ""
|
||||
try:
|
||||
process = subprocess.Popen("git checkout . && git pull %s HEAD" % GIT_REPOSITORY, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd=paths.SQLMAP_ROOT_PATH)
|
||||
pollProcess(process, True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue