Skip to content

Commit

Permalink
admin.vm.volume.Import: fail if error happens
Browse files Browse the repository at this point in the history
This reduces the chance of an unexpected situation being ignored.
  • Loading branch information
DemiMarie committed Dec 20, 2022
1 parent c10ce5b commit a896e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes-rpc/admin.vm.volume.Import
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# data size in bytes. This is so that we can already notify qubesd to create a
# volume with the new size.

set -e
set -euo pipefail

# make dd output consistent
export LC_ALL=C
Expand Down

0 comments on commit a896e24

Please sign in to comment.