Skip to content

Commit

Permalink
Do not use exit command
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyin committed Mar 9, 2019
1 parent 6fc3bd7 commit a619444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scripts/virtual/qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apt-get -y install --no-install-recommends qemu-guest-agent spice-vdagent nfs-co
sha256=507181f2cb720d1b8626dbcacd78cd45465f963eba29c2fdd6cf7ce847bc4458

curl -fL --retry 3 -o vmtools.tar.xz https://file.omu.sh/huawei-vmtools.tar.xz
echo "$sha256 vmtools.tar.xz" | sha256sum -c - || exit 1
echo "$sha256 vmtools.tar.xz" | sha256sum -c -
tar -xJf vmtools.tar.xz -C .
rm -f vmtools.tar.xz

Expand Down

0 comments on commit a619444

Please sign in to comment.