This commit is contained in:
Miroslav Stampar
2019-08-27 13:41:30 +02:00
parent f6e1f11711
commit 54e93e53df
2 changed files with 2 additions and 1 deletions

View File

@@ -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)