Skip to content

Commit

Permalink
Merge pull request #1126 from freedomofpress/clean-shutdown
Browse files Browse the repository at this point in the history
Remove some debug output at the end of provisioning
  • Loading branch information
rocodes authored Jul 8, 2024
2 parents a36ef71 + f023884 commit df1fd80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions files/provision-all
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ qvm-check --quiet sd-fedora-40-dvm 2> /dev/null && \
qvm-shutdown --wait sys-usb && qvm-start sys-usb || \
sudo qubesctl --show-output --skip-dom0 --targets sys-usb state.highstate

# Shut down all VMs to ensure new configuration takes place, if the user doesn't reboot.
echo "will shut down the following VMs"
qvm-ls --tags sd-workstation
# Shut down all VMs to ensure new configuration takes place, if the user doesn't reboot
# (primarily CI/dev setups).
qvm-ls --tags sd-workstation --raw-list | xargs qvm-shutdown --wait
qvm-shutdown --wait whonix-gateway-17

0 comments on commit df1fd80

Please sign in to comment.