mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
fix: Shellcheck (#509)
This commit is contained in:
parent
9db12cd25f
commit
19aa313753
@ -43,7 +43,7 @@ if [ ! -c "$dev" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -c "$dev" ]; then
|
if [ ! -c "$dev" ]; then
|
||||||
error "Device `$dev` not found!"
|
error "Device '$dev' not found!"
|
||||||
finish 34
|
finish 34
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user