mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
lala
This commit is contained in:
@ -388,7 +388,9 @@ if _BACKUP:
|
|||||||
proc = subprocess.Popen(cmnd,
|
proc = subprocess.Popen(cmnd,
|
||||||
stdin=subprocess.PIPE,
|
stdin=subprocess.PIPE,
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE)
|
stderr=subprocess.PIPE,
|
||||||
|
cwd = "/myapps/")
|
||||||
|
time.sleep(10)
|
||||||
while True:
|
while True:
|
||||||
outs, errs = proc.communicate()
|
outs, errs = proc.communicate()
|
||||||
print(outs)
|
print(outs)
|
||||||
|
Reference in New Issue
Block a user