Update stack_upgrade

This commit is contained in:
VirtuBox
2019-09-24 19:10:13 +02:00
parent c2683a6f77
commit 6b5cfbacd6
4 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ class WOAptGet():
"""
try:
with open('/var/log/wo/wordops.log', 'a') as f:
proc = subprocess.Popen('apt-get update',
proc = subprocess.Popen('apt-mirror-updater -u',
shell=True,
stdin=None, stdout=f,
stderr=subprocess.PIPE,