Refresh partitions.json after image restore

This is necessary for cloneer-manager to start the guest OS after the next
reboot.
more_events
Roberto Hueso Gómez 2020-05-29 13:29:16 +02:00
parent b29b2eb452
commit 3205e0f1e8
1 changed files with 1 additions and 0 deletions

View File

@ -446,6 +446,7 @@ class OgVirtualOperations:
return None
subprocess.run([f'umount {self.OG_IMAGES_PATH}'], shell=True)
self.refresh(ogRest)
return True