]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
upgrade: Fallback to stopping container manually
authorAlessandro Astone <ales.astone@gmail.com>
Sun, 22 Jan 2023 15:13:57 +0000 (16:13 +0100)
committerAlessandro Astone <ales.astone@gmail.com>
Sun, 22 Jan 2023 15:13:57 +0000 (16:13 +0100)
tools/actions/upgrader.py

index 1262637b3f8717b3d29df3ec755198017a223bbb..9c5d04a2c013088255e37d71260441405f145d44 100644 (file)
@@ -39,6 +39,7 @@ def upgrade(args):
             container.Stop(False)
         except Exception as e:
             logging.debug(e)
+            tools.actions.container_manager.stop(args)
     migration(args)
     helpers.drivers.loadBinderNodes(args)
     if not args.offline: