Add info about travis update

This commit is contained in:
VirtuBox
2019-10-30 15:23:12 +01:00
parent eb9888d1ce
commit 9b3891409c

View File

@@ -78,6 +78,9 @@ class WOUpdateController(CementBaseController):
"update script"]])
if os.path.isfile('install'):
Log.info(self, "updating WordOps from local install\n"
"Latest public release = {0}".format(wo_latest))
try:
Log.info(self, "updating WordOps, please wait...")
os.system("/bin/bash install --travis")