Skip to content

Commit 40b5737

Browse files
fix comment
1 parent 346e491 commit 40b5737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/xen/build_domU.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ xe sr-param-set uuid=$SR_UUID other-config:i18n-key=local-storage
230230
# Shutdown previous runs
231231
DO_SHUTDOWN=${DO_SHUTDOWN:-1}
232232
if [ "$DO_SHUTDOWN" = "1" ]; then
233-
# Uninstall previous runs
233+
# Shutdown all domU's that created previously
234234
xe vm-list --minimal name-label="$LABEL" | xargs ./scripts/uninstall-os-vpx.sh
235235

236236
# Destroy any instances that were launched

0 commit comments

Comments
 (0)