diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a0f6e..699ca7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.9.x - [Unreleased] -### v3.9.8.1 - 2019-08-17 +### v3.9.8.1 - 2019-08-18 #### Added @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - variable substitution in install script - `wo stack upgrade --phpmyadmin/--dashboard` - phpmyadmin blowfish_secret key length +- Cement App not exiting on close in case of error ### v3.9.8 - 2019-08-16 diff --git a/install b/install index 6e9c7f8..ab61528 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo bash wo # ------------------------------------------------------------------------- -# Version 3.9.8.1 - 2019-08-17 +# Version 3.9.8.1 - 2019-08-18 # ------------------------------------------------------------------------- # CONTENTS diff --git a/wo/cli/plugins/site.py b/wo/cli/plugins/site.py index c87de6f..6eb1e76 100644 --- a/wo/cli/plugins/site.py +++ b/wo/cli/plugins/site.py @@ -11,6 +11,7 @@ from wo.core.services import WOService from wo.cli.plugins.sitedb import (addNewSite, getSiteInfo, updateSiteInfo, deleteSiteInfo, getAllsites) from wo.core.git import WOGit +from wo.core.logging import Log from subprocess import Popen from wo.core.nginxhashbucket import hashbucket import os