mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-28 11:56:03 +00:00
fix: Add comment (#1368)
This commit is contained in:
@@ -21,6 +21,7 @@ finish() {
|
||||
|
||||
local reason=$1 failed=0
|
||||
|
||||
# A nonzero exit is unexpected only when QEMU_END is missing.
|
||||
if [ ! -f "$QEMU_END" ] && (( reason != 0 )); then
|
||||
failed=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user