diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2022-12-05 16:35:39 +0100 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2022-12-05 16:37:35 +0100 |
commit | c010c42008cbc42346f5b7e664cc5811e953e5a5 (patch) | |
tree | 57a4f9c4e115be2d5942315fd68732674c4dec6b | |
parent | 7f6a7b664bbfe95a7052fab24499ed58732a1cfb (diff) |
live: clear ogbrowser log before image_createv1.2.4
Remove any previous unrelated log message shown in the "real time log"
html page before executing this command.
-rw-r--r-- | src/live/ogOperations.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index bfa54c5..943c0cc 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -370,6 +370,7 @@ class OgLiveOperations: f'{partition} {path}' image_path = f'/opt/opengnsys/images/{name}.img' + self._ogbrowser_clear_logs() self._restartBrowser(self._url_log) if ogChangeRepo(repo).returncode != 0: |