From c10e3b52c5abe72cda2a5d2830eaa0632e375cd9 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 10 Nov 2023 20:34:44 +0100 Subject: [PATCH] Fix wo site update --- wo/cli/plugins/site_update.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wo/cli/plugins/site_update.py b/wo/cli/plugins/site_update.py index 7f4826b..319d044 100644 --- a/wo/cli/plugins/site_update.py +++ b/wo/cli/plugins/site_update.py @@ -492,7 +492,7 @@ class WOSiteUpdateController(CementBaseController): data['wo_php'] = pargs_version Log.debug(self, f"data wo_php set to {pargs_version}") check_php_version = version - Log.debug(self, f"check_php_versions et to {version}") + Log.debug(self, f"check_php_versions set to {version}") break if pargs.hsts: @@ -524,7 +524,6 @@ class WOSiteUpdateController(CementBaseController): Log.debug(self, str(e)) Log.info(self, Log.FAIL + "Check the log for details: " "`tail /var/log/wo/wordops.log` and please try again") - return 1 # setup NGINX configuration, and webroot try: