live: clear ogbrowser log before image_create

Remove any previous unrelated log message shown in the "real time log"
html page before executing this command.
more_events v1.2.4
Jose M. Guisado 2022-12-05 16:35:39 +01:00
parent 7f6a7b664b
commit c010c42008
1 changed files with 1 additions and 0 deletions

View File

@ -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: