This commit is contained in:
2025-01-10 23:53:37 +01:00
parent 9b9cc98a86
commit 4e32d5ecac

View File

@ -388,7 +388,9 @@ if _BACKUP:
proc = subprocess.Popen(cmnd,
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
stderr=subprocess.PIPE,
cwd = "/myapps/")
time.sleep(10)
while True:
outs, errs = proc.communicate()
print(outs)