Skip to content

Commit

Permalink
pass check=True to right function when cancelling unattended-upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhudson committed Mar 16, 2020
1 parent 828febd commit 1137410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subiquity/controllers/installprogress.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ async def stop_uu(self):
'chroot', '/target',
'/usr/share/unattended-upgrades/unattended-upgrade-shutdown',
'--stop-only',
], check=True))
]), check=True)

@install_step("copying logs to installed system")
async def copy_logs_to_target(self, context):
Expand Down

0 comments on commit 1137410

Please sign in to comment.