Fix MySQL install

This commit is contained in:
VirtuBox
2019-09-06 12:40:29 +02:00
parent 46891dd12a
commit cc2cb6a986
4 changed files with 23 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ class WOAptGet():
"`tail /var/log/wo/wordops.log` "
"and please try again...")
except Exception as e:
except Exception:
Log.error(self, "apt-get update exited with error")
def check_upgrade(self):