Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 6, 2023
1 parent 36dd78e commit ab386cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ sleep 30
###############################################################

if $vmsh isRunning $osname; then
if !$vmsh shutdownVM $osname; then
if ! $vmsh shutdownVM $osname; then
echo "shutdown error"
fi
fi
Expand Down

0 comments on commit ab386cd

Please sign in to comment.