Commit 7e81124
committed
Merge remote-tracking branch 'origin/pr/196'
* origin/pr/196:
vmupdate: fix --apps flag
Pull request description:
The feature `qubes-vm-update --apps` does not work as it never selects any AppVM, the point of this flag is to update all running AppVM so you don't have to restart them. Of course, and it's in the documentation, changes will be lost after reboot, this does not prevent from updating according templates, but this allows you to update without stopping work / running stuff.
After this change, it only works with the associated flag `--force-update` because there are no known information about available updates for an appvm, and this is not pulled from the template information either.
Thanks @alimirjamali for the diff!1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments