Use && in qvm-move-to-vm
&& is safer in case qvm-*copy*-to-vm is ever changed to call 'set +e'.
(cherry picked from commit c730340039
)
This commit is contained in:
parent
4b75f2560c
commit
9314855f78
|
@ -20,6 +20,5 @@
|
|||
#
|
||||
#
|
||||
|
||||
set -e
|
||||
. qvm-copy-to-vm "$@"
|
||||
. qvm-copy-to-vm "$@" &&
|
||||
rm -rf -- "$@"
|
||||
|
|
Loading…
Reference in New Issue
Block a user