mirror of https://git.48k.eu/ogclient
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
parent
7f6a7b664b
commit
c010c42008
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue