Skip to content

Commit

Permalink
Merge pull request #1128 from deeplow/1127-updater-no-restart
Browse files Browse the repository at this point in the history
Fix Updater only restarting sys-* qubes
  • Loading branch information
legoktm authored Jul 8, 2024
2 parents df1fd80 + 4a0a0df commit 9ee0ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdw_updater/Updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def apply_updates_templates(templates=current_templates, progress_callback=None)
def _start_qubes_updater_proc(templates):
update_cmd = [
"qubes-vm-update",
"--restart", # Enforce app qube restarts
"--apply-to-all", # Enforce app qube restarts
"--show-output", # Update transaction details (goes to stdout)
"--just-print-progress", # Progress reporting (goes to stderr)
"--targets",
Expand Down

0 comments on commit 9ee0ba3

Please sign in to comment.