1
0
mirror of synced 2026-05-03 06:48:46 +00:00

xen-delete-image: Exit with return code != 0 in all error cases

This commit is contained in:
Axel Beckert
2013-10-28 21:31:14 +01:00
parent 4d73574a40
commit b676da079c
2 changed files with 2 additions and 1 deletions

View File

@@ -335,7 +335,7 @@ sub checkArguments
print " --dir\n";
print " --evms\n";
print " --lvm\n";
exit;
exit 2;
}
}